mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed duplicated words in in comments and docs.
This commit is contained in:
parent
b491e0521f
commit
56a6d855e2
16 changed files with 19 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue