Fix comment typo

This commit is contained in:
Andrew M. Kuchling 2001-11-02 21:45:39 +00:00
parent bc4a1c2588
commit a2085cb7f7
1 changed files with 1 additions and 1 deletions

View File

@ -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: