From: Georg Brandl Date: Mon, 9 Mar 2009 16:35:48 +0000 (+0000) Subject: Add missing space. X-Git-Tag: v2.7a1~1880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38f1bf6745d8270e748f0c572421fdbdcacd274a;p=python Add missing space. --- diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index fa73bba458..2be8e055db 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.