Kaydet (Commit) 4f5a3493 authored tarafından Maximilian Nöthe's avatar Maximilian Nöthe Kaydeden (comit) Inada Naoki

fix typo in gzip.py (GH-12928)

üst d246a676
......@@ -283,7 +283,7 @@ class GzipFile(_compression.BaseStream):
def read1(self, size=-1):
"""Implements BufferedIOBase.read1()
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."""
self._check_not_closed()
if self.mode != READ:
import errno
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment