]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typos in the Lib directory (GH-28775)
authorChristian Clauss <cclauss@me.com>
Wed, 6 Oct 2021 23:13:48 +0000 (01:13 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 23:13:48 +0000 (16:13 -0700)
commit745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be
treecf25c5b8d353f69be8ba9b70963eabae044e4c76
parentdb693df3e112c5a61f2cbef63eedce3a36520ded
Fix typos in the Lib directory (GH-28775)

Fix typos in the Lib directory as identified by codespell.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
64 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/importlib/_adapters.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/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_long.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