diff options
author | Georg Brandl <georg@python.org> | 2009-03-09 16:35:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-09 16:35:48 (GMT) |
commit | 38f1bf6745d8270e748f0c572421fdbdcacd274a (patch) | |
tree | 0c8d4d20666a3601fab2d346f48db26334f80a60 /Doc | |
parent | 2cd82a8383bf328fba4a270b4b5e6a10d9a9b911 (diff) | |
download | cpython-38f1bf6745d8270e748f0c572421fdbdcacd274a.zip cpython-38f1bf6745d8270e748f0c572421fdbdcacd274a.tar.gz cpython-38f1bf6745d8270e748f0c572421fdbdcacd274a.tar.bz2 |
Add missing space.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/gzip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index fa73bba..2be8e05 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -53,7 +53,7 @@ The module defines the following items: ``9`` is slowest and produces the most compression. The default is ``9``. The *mtime* argument is an optional numeric timestamp to be written to - the stream when compressing. All :program:`gzip`compressed streams are + the stream when compressing. All :program:`gzip` compressed streams are required to contain a timestamp. If omitted or ``None``, the current time is used. This module ignores the timestamp when decompressing; however, some programs, such as :program:`gunzip`\ , make use of it. |