[Python-checkins] r70275 - python/trunk/Doc/library/gzip.rst

georg.brandl python-checkins at python.org
Mon Mar 9 17:35:48 CET 2009


Author: georg.brandl
Date: Mon Mar  9 17:35:48 2009
New Revision: 70275

Log:
Add missing space.


Modified:
   python/trunk/Doc/library/gzip.rst

Modified: python/trunk/Doc/library/gzip.rst
==============================================================================
--- python/trunk/Doc/library/gzip.rst	(original)
+++ python/trunk/Doc/library/gzip.rst	Mon Mar  9 17:35:48 2009
@@ -53,7 +53,7 @@
    ``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.


More information about the Python-checkins mailing list