mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.
This commit is contained in:
parent
8b53559a89
commit
8e7586bd44
4 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue