]> granicus.if.org Git - python/commitdiff
Bug #1465619: rot13 codec decodes to a Unicode string.
authorGeorg Brandl <georg@python.org>
Thu, 6 Apr 2006 11:25:33 +0000 (11:25 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 6 Apr 2006 11:25:33 +0000 (11:25 +0000)
Doc/lib/libcodecs.tex

index 6baf1888ee85925b7b719a61ef54eaeeb0410192..8a2417eb5b9767d0171138161f777f89fe1d2a96 100644 (file)
@@ -1230,7 +1230,7 @@ listed as operand type in the table.
 
 \lineiv{rot_13}
          {rot13}
-         {byte string}
+         {Unicode string}
          {Returns the Caesar-cypher encryption of the operand}
 
 \lineiv{string_escape}