From a2085cb7f772f4ab40dac5bdeeed68b5eee347ae Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 2 Nov 2001 21:45:39 +0000 Subject: Fix comment typo --- Lib/test/test___all__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 8a4734c..08df6b2 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: -- cgit v0.12