Skip to content

Commit 95fde31

Browse files
committed
Fix typo
1 parent 555ac78 commit 95fde31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zipfile/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ def test_repack_file_entry_before_first_file(self):
17761776
"""Should preserve seemingly valid file entries not forming consecutive
17771777
valid file entries until the first recorded local file entry.
17781778
1779-
This may happen whan a self-extractor contains an uncompressed ZIP
1779+
This may happen when a self-extractor contains an uncompressed ZIP
17801780
library. (simulated by writing a ZIP file in this test)
17811781
"""
17821782
for ii in ([], [0], [0, 1], [0, 1, 2]):

0 commit comments

Comments
 (0)