Skip to content

Commit de36737

Browse files
authored
Fix typo in comment (GH-26162)
1 parent 51cef8b commit de36737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/gzip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def _add_read_data(self, data):
521521

522522
def _read_eof(self):
523523
# We've read to the end of the file
524-
# We check the that the computed CRC and size of the
524+
# We check that the computed CRC and size of the
525525
# uncompressed data matches the stored values. Note that the size
526526
# stored is the true file size mod 2**32.
527527
crc32, isize = struct.unpack("<II", self._read_exact(8))

0 commit comments

Comments
 (0)