]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Feb 2018 02:00:24 +0000 (21:00 -0500)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2018 02:00:24 +0000 (21:00 -0500)
commitc90a5dec03fbef3a26479c800d5d6d15c44d5afb
tree6b0f79b280eec408940226df246dc05de4dd50c7
parent0cb82eb7e58989693f9bec3596bbbec0256a3fca
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)

 Fix typos found by codespell in docs, docstrings, and comments.
Fixes for the following files were in post-3.6 code and not backported:
Lib/ctypes/_aix.py (new), Lib/test/test_concurrent_futures.py,
Modules/_asynciomodule.c, Modules/_pickle.c, Objects/obmalloc.c.

(cherry picked from commit c3d9508ff22ece9a96892b628dd5813e2fb0cd80)
17 files changed:
Doc/library/optparse.rst
Doc/library/ossaudiodev.rst
Lib/email/_header_value_parser.py
Lib/idlelib/configdialog.py
Lib/opcode.py
Lib/test/datetimetester.py
Lib/test/test_cmd.py
Lib/test/test_generators.py
Lib/test/test_weakref.py
Lib/unittest/test/test_discovery.py
Modules/_datetimemodule.c
Modules/_hashopenssl.c
Modules/md5module.c
Modules/socketmodule.c
Objects/tupleobject.c
Objects/typeobject.c
Python/getargs.c