Skip to content

Commit ea33d20

Browse files
[3.9] Fix typo in comment (GH-26162) (GH-26165)
(cherry picked from commit de36737) Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com> Automerge-Triggered-By: GH:iritkatriel
1 parent d43e1cb commit ea33d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/gzip.py

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

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

0 commit comments

Comments
 (0)