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

This commit is contained in:
Antoine Pitrou 2011-04-04 21:06:20 +02:00
parent e9b2a4cb59
commit e88604755c
1 changed files with 1 additions and 1 deletions

View File

@ -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: