]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typos in comments and test code (#122846) 121739/head
authorXie Yanbo <xieyanbo@gmail.com>
Mon, 12 Aug 2024 04:16:41 +0000 (12:16 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 04:16:41 +0000 (21:16 -0700)
commit253c6a0b2f88b3327b7113860b99d665346fe43c
treeb7607792341c71e620151c1c9e4ad8ec6a7dbda5
parent9375b9ca3a4998678ba74ff5c77ed540a4dcf887
Fix typos in comments and test code (#122846)
18 files changed:
Lib/_pylong.py
Lib/_pyrepl/completing_reader.py
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/windows_console.py
Lib/dataclasses.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/single.py
Lib/test/support/asynchat.py
Lib/test/support/asyncore.py
Lib/test/support/bytecode_helper.py
Lib/test/test_ast/test_ast.py
Lib/test/test_asyncio/test_locks.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_capi/test_opt.py
Lib/test/test_concurrent_futures/test_deadlock.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_import/__init__.py
Lib/xml/sax/handler.py