From b9194863f9df2687cc1d94e06e77e0c950c5b901 Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Sun, 16 May 2021 09:12:50 -0400 Subject: [PATCH] Fix typo in comment (remove extra "the") --- Lib/gzip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/gzip.py b/Lib/gzip.py index 9a4e0f9c00c580..1c1e795e1715db 100644 --- a/Lib/gzip.py +++ b/Lib/gzip.py @@ -521,7 +521,7 @@ def _add_read_data(self, data): 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("