diff options
Diffstat (limited to 'Lib/gzip.py')
-rw-r--r-- | Lib/gzip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/gzip.py b/Lib/gzip.py index 6838d19..55d448d 100644 --- a/Lib/gzip.py +++ b/Lib/gzip.py @@ -37,7 +37,7 @@ def open(filename, mode="rb", compresslevel=9): class GzipFile: """The GzipFile class simulates most of the methods of a file object with - the exception of the readinto(), truncate(), and xreadlines() methods. + the exception of the readinto() and truncate() methods. """ |