aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_zipfile/_path/test_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_zipfile/_path/test_path.py')
-rw-r--r--Lib/test/test_zipfile/_path/test_path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zipfile/_path/test_path.py b/Lib/test/test_zipfile/_path/test_path.py
index 696134023a5..958a586b0dc 100644
--- a/Lib/test/test_zipfile/_path/test_path.py
+++ b/Lib/test/test_zipfile/_path/test_path.py
@@ -316,7 +316,7 @@ class TestPath(unittest.TestCase):
HUGE_ZIPFILE_NUM_ENTRIES = 2**13
def huge_zipfile(self):
- """Create a read-only zipfile with a huge number of entries entries."""
+ """Create a read-only zipfile with a huge number of entries."""
strm = io.BytesIO()
zf = zipfile.ZipFile(strm, "w")
for entry in map(str, range(self.HUGE_ZIPFILE_NUM_ENTRIES)):