From e88604755c90b52858ecc17e2a3548bfed20c45f Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 4 Apr 2011 21:06:20 +0200 Subject: [PATCH] Clarify that GzipFile.read1() isn't implemented. --- Doc/library/gzip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index a2fa3fa07a5..659a027648c 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -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: