summaryrefslogtreecommitdiff
path: root/Lib/argparse.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 18:38:13 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 18:38:13 -0400
commitcdd30acb186c350cb3959427bacaa74fc2acf9d9 (patch)
tree74db0c7ddb4ae2b7c211d3162cbbe04923ccebea /Lib/argparse.py
parent1ce694ef0e1f8ebae4a8cf3ca62795632523c541 (diff)
downloadcpython-cdd30acb186c350cb3959427bacaa74fc2acf9d9.tar.gz
Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Lib/argparse.py')
-rw-r--r--Lib/argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/argparse.py b/Lib/argparse.py
index 71dfdda004..5ff755c84a 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -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.
"""