]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 4 Feb 2018 01:41:43 +0000 (17:41 -0800)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Feb 2018 01:41:43 +0000 (20:41 -0500)
commite86db34dd3b43dc9c9beb21a82cd2c3b7c4c05df
tree93595a8942b755afd2b49bc574fb7dce9a072ea1
parent52f745852e49498d7dd86fd309ae57f6a7af568f
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)

Fix typos found by codespell in docs, docstrings, and comments.
(cherry picked from commit c3d9508ff22ece9a96892b628dd5813e2fb0cd80)

Co-authored-by: Leo Arias <leo.arias@canonical.com>
22 files changed:
Doc/library/optparse.rst
Doc/library/ossaudiodev.rst
Lib/ctypes/_aix.py
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_concurrent_futures.py
Lib/test/test_generators.py
Lib/test/test_weakref.py
Lib/unittest/test/test_discovery.py
Modules/_asynciomodule.c
Modules/_datetimemodule.c
Modules/_hashopenssl.c
Modules/_pickle.c
Modules/md5module.c
Modules/socketmodule.c
Objects/obmalloc.c
Objects/tupleobject.c
Objects/typeobject.c
Python/getargs.c