diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-11-02 21:45:39 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-11-02 21:45:39 (GMT) |
commit | a2085cb7f772f4ab40dac5bdeeed68b5eee347ae (patch) | |
tree | d6d5a13ded80ad3cb2337e9e776027b8b0ad885c /Lib/test/test___all__.py | |
parent | bc4a1c258846c6e40ccf956d5dc2c9d0170b2bf2 (diff) | |
download | cpython-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__.py | 2 |
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: |