summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-11-02 21:45:39 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-11-02 21:45:39 (GMT)
commita2085cb7f772f4ab40dac5bdeeed68b5eee347ae (patch)
treed6d5a13ded80ad3cb2337e9e776027b8b0ad885c /Lib/test/test___all__.py
parentbc4a1c258846c6e40ccf956d5dc2c9d0170b2bf2 (diff)
downloadcpython-a2085cb7f772f4ab40dac5bdeeed68b5eee347ae.zip
cpython-a2085cb7f772f4ab40dac5bdeeed68b5eee347ae.tar.gz
cpython-a2085cb7f772f4ab40dac5bdeeed68b5eee347ae.tar.bz2
Fix comment typo
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py2
1 files changed, 1 insertions, 1 deletions
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: