diff options
Diffstat (limited to 'Lib/test/test_zipfile64.py')
-rw-r--r-- | Lib/test/test_zipfile64.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zipfile64.py b/Lib/test/test_zipfile64.py index ae29545abf..cba909f6bc 100644 --- a/Lib/test/test_zipfile64.py +++ b/Lib/test/test_zipfile64.py @@ -39,7 +39,7 @@ class TestsWithSourceFile(unittest.TestCase): # Create the ZIP archive. zipfp = zipfile.ZipFile(f, "w", compression) - # It will contain enough copies of self.data to reach about 6GB of + # It will contain enough copies of self.data to reach about 6 GiB of # raw data to store. filecount = 6*1024**3 // len(self.data) |