From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 May 2021 18:08:10 +0000 (-0700) Subject: [3.9] Fix typo in comment (GH-26162) (GH-26165) X-Git-Tag: v3.9.6~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea33d204ce4408b7b15ca94702b76432bab6caa3;p=thirdparty%2FPython%2Fcpython.git [3.9] Fix typo in comment (GH-26162) (GH-26165) (cherry picked from commit de367378f67d7e90e4015100b19277685a3c9bb3) Co-authored-by: Ashwin Ramaswami Automerge-Triggered-By: GH:iritkatriel --- diff --git a/Lib/gzip.py b/Lib/gzip.py index ee0cbed8f50d..11a5f41d5667 100644 --- a/Lib/gzip.py +++ b/Lib/gzip.py @@ -516,7 +516,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("