gh-93124: Fix typos in comments (GH-93125)

Fixes #93124

Automerge-Triggered-By: GH:rhettinger
This commit is contained in:
Akuli 2022-05-25 18:34:14 +03:00 committed by GitHub
parent 1f134e96ba
commit a4974003ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -2188,7 +2188,7 @@ class PtyTests(unittest.TestCase):
# the readline implementation. In some cases, the Python readline
# callback rlhandler() is called by readline with a string without
# non-ASCII characters. Skip tests on non-ASCII characters if the
# readline module is loaded, since test_builtin is not intented to test
# readline module is loaded, since test_builtin is not intended to test
# the readline module, but the builtins module.
if 'readline' in sys.modules:
self.skipTest("the readline module is loaded")