summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-06 11:25:33 (GMT)
committerGeorg Brandl <georg@python.org>2006-04-06 11:25:33 (GMT)
commit729156e7de27bd71e8a2d0c5676f8af236f4723b (patch)
treeb95eb0bb61f2f2a9bae9e91ada4b1e0775e08bc6 /Doc
parentcaf9539b2b92094237b7aac4ddbafba35c58fbc1 (diff)
downloadcpython-729156e7de27bd71e8a2d0c5676f8af236f4723b.zip
cpython-729156e7de27bd71e8a2d0c5676f8af236f4723b.tar.gz
cpython-729156e7de27bd71e8a2d0c5676f8af236f4723b.tar.bz2
Bug #1465619: rot13 codec decodes to a Unicode string.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcodecs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex
index 6baf188..8a2417e 100644
--- a/Doc/lib/libcodecs.tex
+++ b/Doc/lib/libcodecs.tex
@@ -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}