Skip to content

Commit 419e910

Browse files
authored
Update test_path.py
1 parent d3c3b7c commit 419e910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_zipfile/_path/test_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def test_mutability(self, alpharep):
316316
HUGE_ZIPFILE_NUM_ENTRIES = 2**13
317317

318318
def huge_zipfile(self):
319-
"""Create a read-only zipfile with a huge number of entries entries."""
319+
"""Create a read-only zipfile with a huge number of entries."""
320320
strm = io.BytesIO()
321321
zf = zipfile.ZipFile(strm, "w")
322322
for entry in map(str, range(self.HUGE_ZIPFILE_NUM_ENTRIES)):

0 commit comments

Comments
 (0)