From de367378f67d7e90e4015100b19277685a3c9bb3 Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Sun, 16 May 2021 11:35:41 -0400 Subject: Fix typo in comment (GH-26162) --- Lib/gzip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/gzip.py b/Lib/gzip.py index 9a4e0f9..1c1e795 100644 --- a/Lib/gzip.py +++ b/Lib/gzip.py @@ -521,7 +521,7 @@ class _GzipReader(_compression.DecompressReader): def _read_eof(self): # We've read to the end of the file - # We check the that the computed CRC and size of the + # We check that the computed CRC and size of the # uncompressed data matches the stored values. Note that the size # stored is the true file size mod 2**32. crc32, isize = struct.unpack("