There was an error while loading. Please reload this page.
1 parent e9b2a4c commit e886047Copy full SHA for e886047
1 file changed
Doc/library/gzip.rst
@@ -72,7 +72,7 @@ The module defines the following items:
72
73
:class:`GzipFile` supports the :class:`io.BufferedIOBase` interface,
74
including iteration and the :keyword:`with` statement. Only the
75
- :meth:`truncate` method isn't implemented.
+ :meth:`read1` and :meth:`truncate` methods aren't implemented.
76
77
:class:`GzipFile` also provides the following method:
78
0 commit comments