]> granicus.if.org Git - python/commitdiff
Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 2 Nov 2001 21:45:39 +0000 (21:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 2 Nov 2001 21:45:39 +0000 (21:45 +0000)
Lib/test/test___all__.py

index 8a4734c1db6e52c63a43cc548aa5bfb8e802fa2b..08df6b2b2676e5a62e11b70e1e52c10ff7e9814a 100644 (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: