Issue #17047: remove doubled words added in 3.4, · python/cpython@8e7586b · GitHub
Skip to content

Commit 8e7586b

Browse files
committed
Issue #17047: remove doubled words added in 3.4,
as reported by Serhiy Storchaka and Matthew Barnett.
1 parent 8b53559 commit 8e7586b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion

Include/pyport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ extern pid_t forkpty(int *, char *, struct termios *, struct winsize *);
881881
/*
882882
* Convenient macros to deal with endianness of the platform. WORDS_BIGENDIAN is
883883
* detected by configure and defined in pyconfig.h. The code in pyconfig.h
884-
* also also takes care of Apple's universal builds.
884+
* also takes care of Apple's universal builds.
885885
*/
886886

887887
#ifdef WORDS_BIGENDIAN

Lib/argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ class FileType(object):
11411141
- bufsize -- The file's desired buffer size. Accepts the same values as
11421142
the builtin open() function.
11431143
- encoding -- The file's encoding. Accepts the same values as the
1144-
the builtin open() function.
1144+
builtin open() function.
11451145
- errors -- A string indicating how encoding and decoding errors are to
11461146
be handled. Accepts the same value as the builtin open() function.
11471147
"""

Misc/HISTORY

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)