]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
authorChristian Clauss <cclauss@me.com>
Thu, 7 Oct 2021 15:49:47 +0000 (17:49 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 15:49:47 +0000 (11:49 -0400)
commitcfca4a67745cb9ed040fade3fd54f5002a6e75a6
treedb352adfb835d8b392b2257e12a9b481b1a8bf12
parent03bf55d8cf563ccdee2ec61c5c734c59b5d94ba4
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)

Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>.
(cherry picked from commit 745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be)

Co-authored-by: Christian Clauss <cclauss@me.com>
62 files changed:
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/ctypes/_aix.py
Lib/ctypes/test/test_structures.py
Lib/difflib.py
Lib/distutils/ccompiler.py
Lib/distutils/command/install.py
Lib/email/errors.py
Lib/html/parser.py
Lib/idlelib/ChangeLog
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/mock_tk.py
Lib/idlelib/idle_test/test_multicall.py
Lib/idlelib/idle_test/test_pyparse.py
Lib/lib2to3/fixes/fix_metaclass.py
Lib/lib2to3/fixes/fix_paren.py
Lib/linecache.py
Lib/pickle.py
Lib/platform.py
Lib/sqlite3/test/dbapi.py
Lib/sysconfig.py
Lib/test/datetimetester.py
Lib/test/decimaltestdata/abs.decTest
Lib/test/decimaltestdata/extra.decTest
Lib/test/libregrtest/refleak.py
Lib/test/pickletester.py
Lib/test/support/threading_helper.py
Lib/test/test__xxsubinterpreters.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_capi.py
Lib/test/test_collections.py
Lib/test/test_dataclasses.py
Lib/test/test_descr.py
Lib/test/test_dict.py
Lib/test/test_dict_version.py
Lib/test/test_dtrace.py
Lib/test/test_email/test_message.py
Lib/test/test_embed.py
Lib/test/test_exceptions.py
Lib/test/test_future.py
Lib/test/test_lltrace.py
Lib/test/test_locale.py
Lib/test/test_pathlib.py
Lib/test/test_strftime.py
Lib/test/test_sys.py
Lib/test/test_tempfile.py
Lib/test/test_time.py
Lib/test/test_unparse.py
Lib/test/test_weakref.py
Lib/test/test_wsgiref.py
Lib/test/test_xml_etree.py
Lib/test/test_xmlrpc.py
Lib/threading.py
Lib/tkinter/__init__.py
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/unittest/async_case.py
Lib/unittest/test/testmock/testsealable.py
Lib/venv/scripts/common/Activate.ps1
Lib/wsgiref/validate.py
Lib/zoneinfo/_zoneinfo.py