Correct small nits reported by Rob Hooft.

This commit is contained in:
Guido van Rossum 1997-12-30 20:38:16 +00:00
parent 51ca6e3e42
commit eb0f066fb8
22 changed files with 72 additions and 66 deletions

View file

@ -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