Thanks to visit codestin.com Credit goes to github.com
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 d246a67 commit 4f5a349Copy full SHA for 4f5a349
1 file changed
Lib/gzip.py
@@ -283,7 +283,7 @@ def read(self, size=-1):
283
def read1(self, size=-1):
284
"""Implements BufferedIOBase.read1()
285
286
- Reads up to a buffer's worth of data is size is negative."""
+ Reads up to a buffer's worth of data if size is negative."""
287
self._check_not_closed()
288
if self.mode != READ:
289
import errno
0 commit comments