Skip to content

Commit e886047

Browse files
committed
Clarify that GzipFile.read1() isn't implemented.
1 parent e9b2a4c commit e886047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/gzip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The module defines the following items:
7272

7373
:class:`GzipFile` supports the :class:`io.BufferedIOBase` interface,
7474
including iteration and the :keyword:`with` statement. Only the
75-
:meth:`truncate` method isn't implemented.
75+
:meth:`read1` and :meth:`truncate` methods aren't implemented.
7676

7777
:class:`GzipFile` also provides the following method:
7878

0 commit comments

Comments
 (0)