We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6760b7 commit 6535703Copy full SHA for 6535703
Doc/library/gzip.rst
@@ -122,9 +122,7 @@ The module defines the following items:
122
.. method:: peek(n)
123
124
Read *n* uncompressed bytes without advancing the file position.
125
- At most one single read on the compressed stream is done to satisfy
126
- the call. The number of bytes returned may be more or less than
127
- requested.
+ The number of bytes returned may be more or less than requested.
128
129
.. note:: While calling :meth:`peek` does not change the file position of
130
the :class:`GzipFile`, it may change the position of the underlying
0 commit comments