Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cef8b commit de36737Copy full SHA for de36737
1 file changed
Lib/gzip.py
@@ -521,7 +521,7 @@ def _add_read_data(self, data):
521
522
def _read_eof(self):
523
# We've read to the end of the file
524
- # We check the that the computed CRC and size of the
+ # We check that the computed CRC and size of the
525
# uncompressed data matches the stored values. Note that the size
526
# stored is the true file size mod 2**32.
527
crc32, isize = struct.unpack("<II", self._read_exact(8))
0 commit comments