summaryrefslogtreecommitdiffstats
path: root/Doc/library/codecs.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-31 10:15:37 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-31 10:15:37 (GMT)
commit226878cba507cff4b6ce094063682d0b0b53cbb9 (patch)
treecf95b7b7cf86226c9f79ec6292c0f3187b234979 /Doc/library/codecs.rst
parent283e35f606a52fe3ad3cb8006a41155476118b7c (diff)
downloadcpython-226878cba507cff4b6ce094063682d0b0b53cbb9.zip
cpython-226878cba507cff4b6ce094063682d0b0b53cbb9.tar.gz
cpython-226878cba507cff4b6ce094063682d0b0b53cbb9.tar.bz2
Add bytes methods documentation.
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r--Doc/library/codecs.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index 7a035c2..aa6bc98 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1117,6 +1117,8 @@ For the codecs listed below, the result in the "encoding" direction is always a
byte string. The result of the "decoding" direction is listed as operand type in
the table.
+.. XXX fix here, should be in above table
+
+--------------------+---------+----------------+---------------------------+
| Codec | Aliases | Operand type | Purpose |
+====================+=========+================+===========================+