Commit e8860475 authored by Antoine Pitrou's avatar Antoine Pitrou

Clarify that GzipFile.read1() isn't implemented.

parent e9b2a4cb
......@@ -72,7 +72,7 @@ The module defines the following items:
:class:`GzipFile` supports the :class:`io.BufferedIOBase` interface,
including iteration and the :keyword:`with` statement. Only the
:meth:`truncate` method isn't implemented.
:meth:`read1` and :meth:`truncate` methods aren't implemented.
:class:`GzipFile` also provides the following method:
......
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