mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Correct small nits reported by Rob Hooft.
This commit is contained in:
parent
51ca6e3e42
commit
eb0f066fb8
22 changed files with 72 additions and 66 deletions
|
@ -21,7 +21,7 @@ object, though it's not possible to use the \code{seek()} and
|
|||
The \file{gzip} file format includes the original filename of the
|
||||
uncompressed file; when opening a \code{GzipFile} object for
|
||||
writing, it can be set by the \var{filename} argument. The default
|
||||
value is \code{"GzippedFile"}.
|
||||
value is an empty string.
|
||||
|
||||
\var{mode} can be either \code{'r'} or \code{'w'} depending on
|
||||
whether the file will be read or written. \var{compresslevel} is an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue