mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
[3.10] Fix typo in comment (GH-26162) (GH-26164)
(cherry picked from commit de367378f6
)
Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
Automerge-Triggered-By: GH:iritkatriel
This commit is contained in:
parent
9b59b6fff8
commit
68b79f75c5
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ class _GzipReader(_compression.DecompressReader):
|
||||||
|
|
||||||
def _read_eof(self):
|
def _read_eof(self):
|
||||||
# We've read to the end of the file
|
# 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
|
# uncompressed data matches the stored values. Note that the size
|
||||||
# stored is the true file size mod 2**32.
|
# stored is the true file size mod 2**32.
|
||||||
crc32, isize = struct.unpack("<II", self._read_exact(8))
|
crc32, isize = struct.unpack("<II", self._read_exact(8))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue