Commit a2085cb7 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix comment typo

parent bc4a1c25
......@@ -15,7 +15,7 @@ def check_all(modname):
# caught here. It also leaves a partial pty module in sys.modules.
# So when test_pty is called later, the import of pty succeeds,
# but shouldn't. As a result, test_pty crashes with an
# AtttributeError instead of an ImportError, and regrtest interprets
# AttributeError instead of an ImportError, and regrtest interprets
# the latter as a test failure (ImportError is treated as "test
# skipped" -- which is what test_pty should say on Windows).
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment