SF 810242. Fix doubled word errors.

This commit is contained in:
Raymond Hettinger 2003-09-22 15:00:55 +00:00
parent e46d14cd2c
commit 7e43110f34
7 changed files with 7 additions and 7 deletions

View file

@ -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