From 8e7586bd44cf2a117228bb8d2b2de52ae1e88fab Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 11 Mar 2013 18:38:13 -0400 Subject: Issue #17047: remove doubled words added in 3.4, as reported by Serhiy Storchaka and Matthew Barnett. --- Lib/argparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/argparse.py') 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. """ -- cgit v1.2.1