From: Andrew M. Kuchling Date: Fri, 2 Nov 2001 21:45:39 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.2.1c1~899 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2085cb7f772f4ab40dac5bdeeed68b5eee347ae;p=python Fix comment typo --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 8a4734c1db..08df6b2b26 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -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: