Skip to content

Commit 68b79f7

Browse files
[3.10] Fix typo in comment (GH-26162) (GH-26164)
(cherry picked from commit de36737) Co-authored-by: Ashwin Ramaswami <[email protected]> Automerge-Triggered-By: GH:iritkatriel
1 parent 9b59b6f commit 68b79f7

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)