mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
SF 810242. Fix doubled word errors.
This commit is contained in:
parent
e46d14cd2c
commit
7e43110f34
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue