Issue #17047: remove doubled words added in 3.4,

as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
Terry Jan Reedy 2013-03-11 18:38:13 -04:00
parent 8b53559a89
commit 8e7586bd44
4 changed files with 6 additions and 6 deletions

View file

@ -1141,7 +1141,7 @@ class FileType(object):
- bufsize -- The file's desired buffer size. Accepts the same values as
the builtin open() function.
- encoding -- The file's encoding. Accepts the same values as the
the builtin open() function.
builtin open() function.
- errors -- A string indicating how encoding and decoding errors are to
be handled. Accepts the same value as the builtin open() function.
"""