summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipimport_support.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:30:14 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:30:14 (GMT)
commit83000a490a36f4c3c579151ff09eeb4875d0d4cd (patch)
tree4685eb31eff461a6c77ab302bcfa689aff7e3f7b /Lib/test/test_zipimport_support.py
parent2205da43a6bb68b641d97fa7832b71c8a57efb77 (diff)
parent56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (diff)
downloadcpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.zip
cpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.tar.gz
cpython-83000a490a36f4c3c579151ff09eeb4875d0d4cd.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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zipimport_support.py b/Lib/test/test_zipimport_support.py
index 43d0da6..2e801a8 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