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
commit8e7586bd44cf2a117228bb8d2b2de52ae1e88fab (patch)
tree55dc61a57bfcecf3c14d771271859ea0d5fe7c3c /Lib/argparse.py
parent8b53559a899e269aed6014eaaad545567c06b77e (diff)
downloadcpython-git-8e7586bd44cf2a117228bb8d2b2de52ae1e88fab.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.
"""