mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-93124: Fix typos in comments (GH-93125)
Fixes #93124 Automerge-Triggered-By: GH:rhettinger
This commit is contained in:
parent
1f134e96ba
commit
a4974003ec
4 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue