]> granicus.if.org Git - python/commitdiff
Clarify that GzipFile.read1() isn't implemented.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Apr 2011 19:06:20 +0000 (21:06 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 Apr 2011 19:06:20 +0000 (21:06 +0200)
Doc/library/gzip.rst

index a2fa3fa07a5588333047ca9f6f3153ec3b9e7c56..659a027648c439615915867f74695de1cddd0884 100644 (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: