summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-09 16:35:48 (GMT)
committerGeorg Brandl <georg@python.org>2009-03-09 16:35:48 (GMT)
commit38f1bf6745d8270e748f0c572421fdbdcacd274a (patch)
tree0c8d4d20666a3601fab2d346f48db26334f80a60 /Doc
parent2cd82a8383bf328fba4a270b4b5e6a10d9a9b911 (diff)
downloadcpython-38f1bf6745d8270e748f0c572421fdbdcacd274a.zip
cpython-38f1bf6745d8270e748f0c572421fdbdcacd274a.tar.gz
cpython-38f1bf6745d8270e748f0c572421fdbdcacd274a.tar.bz2
Add missing space.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/gzip.rst2
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.