diff options
author | Georg Brandl <georg@python.org> | 2006-03-09 10:16:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-09 10:16:42 (GMT) |
commit | 8f4b4db676c10239543dd4bbdf99dacdd6468bd4 (patch) | |
tree | 4747d86e8c5906e2d681b77ee82f4109986cf867 /Doc | |
parent | 57e881eb2262bbcfe4f537ba19ae45a8fff0bf4b (diff) | |
download | cpython-8f4b4db676c10239543dd4bbdf99dacdd6468bd4.zip cpython-8f4b4db676c10239543dd4bbdf99dacdd6468bd4.tar.gz cpython-8f4b4db676c10239543dd4bbdf99dacdd6468bd4.tar.bz2 |
typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index 88d5bce..9e92217 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -1080,7 +1080,7 @@ listed as operand type in the table. \lineiv{undefined} {} {any} - {Raise an exception for all conversion. Can be used as the + {Raise an exception for all conversions. Can be used as the system encoding if no automatic coercion between byte and Unicode strings is desired.} |