]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bug #1465619: rot13 codec decodes to a Unicode string.
authorGeorg Brandl <georg@python.org>
Thu, 6 Apr 2006 11:25:37 +0000 (11:25 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 6 Apr 2006 11:25:37 +0000 (11:25 +0000)
 (backport from rev. 43701)

Doc/lib/libcodecs.tex

index b65e1f4767a6904a16a84f38f3723b78ade95a5b..b697bc69e61431c7ef1f40cc86cd8158e7ff8bfc 100644 (file)
@@ -956,7 +956,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}