diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 20:38:16 (GMT) |
commit | eb0f066fb84e71f418cf6a27c38b128aee33a834 (patch) | |
tree | b2695f000fd9119a7eabe7d7beff8c413ddcf097 /Doc/libgzip.tex | |
parent | 51ca6e3e42d6ad733dae25c7db7c89415e7cf962 (diff) | |
download | cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.zip cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.gz cpython-eb0f066fb84e71f418cf6a27c38b128aee33a834.tar.bz2 |
Correct small nits reported by Rob Hooft.
Diffstat (limited to 'Doc/libgzip.tex')
-rw-r--r-- | Doc/libgzip.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libgzip.tex b/Doc/libgzip.tex index d444ebf..f832da7 100644 --- a/Doc/libgzip.tex +++ b/Doc/libgzip.tex @@ -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 |