]> granicus.if.org Git - python/commitdiff
Add missing space.
authorGeorg Brandl <georg@python.org>
Mon, 9 Mar 2009 16:35:48 +0000 (16:35 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 9 Mar 2009 16:35:48 +0000 (16:35 +0000)
Doc/library/gzip.rst

index fa73bba4584757ef2d12e4cab4a14bf6f61168bb..2be8e055db2f2085ad13430488fd481ca2b62f66 100644 (file)
@@ -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.