mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Fix typo
This commit is contained in:
parent
555ac78aec
commit
95fde316ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1776,7 +1776,7 @@ def test_repack_file_entry_before_first_file(self):
|
||||||
"""Should preserve seemingly valid file entries not forming consecutive
|
"""Should preserve seemingly valid file entries not forming consecutive
|
||||||
valid file entries until the first recorded local file entry.
|
valid file entries until the first recorded local file entry.
|
||||||
|
|
||||||
This may happen whan a self-extractor contains an uncompressed ZIP
|
This may happen when a self-extractor contains an uncompressed ZIP
|
||||||
library. (simulated by writing a ZIP file in this test)
|
library. (simulated by writing a ZIP file in this test)
|
||||||
"""
|
"""
|
||||||
for ii in ([], [0], [0, 1], [0, 1, 2]):
|
for ii in ([], [0], [0, 1], [0, 1, 2]):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue