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 9b59b6f commit 68b79f7Copy full SHA for 68b79f7
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