diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 16:28:43 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 16:28:43 (GMT) |
| commit | 56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (patch) | |
| tree | aa94b63e1cd81a03b4d96f6b9d29693f02dcc631 /Lib/test/test_zipimport_support.py | |
| parent | b491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (diff) | |
| download | cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.zip cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.gz cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.bz2 | |
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Lib/test/test_zipimport_support.py')
| -rw-r--r-- | Lib/test/test_zipimport_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zipimport_support.py b/Lib/test/test_zipimport_support.py index 84ba5e0..66c3557 100644 --- a/Lib/test/test_zipimport_support.py +++ b/Lib/test/test_zipimport_support.py @@ -57,7 +57,7 @@ class ZipSupportTests(unittest.TestCase): # This used to use the ImportHooksBaseTestCase to restore # the state of the import related information # in the sys module after each test. However, that restores - # *too much* information and breaks for the invocation of + # *too much* information and breaks for the invocation # of test_doctest. So we do our own thing and leave # sys.modules alone. # We also clear the linecache and zipimport cache |
