diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
commit | 7e43110f34469a4d88ed77dc01de3bf4e0020f62 (patch) | |
tree | 7ffd9f4a51e0a9ba715be034a92dff08a62631e0 /Doc/lib/libcodecs.tex | |
parent | e46d14cd2c92a7ec8287f8cf222a07de869081bf (diff) | |
download | cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.zip cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.gz cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.bz2 |
SF 810242. Fix doubled word errors.
Diffstat (limited to 'Doc/lib/libcodecs.tex')
-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 d981440..2841643 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -161,7 +161,7 @@ codecs. Output is also codec-dependent and will usually be Unicode as well.} \var{encoding} specifies the encoding which is to be used for the -the file. +file. \var{errors} may be given to define the error handling. It defaults to \code{'strict'} which causes a \exception{ValueError} to be raised |