Add missing space.

This commit is contained in:
Georg Brandl 2009-03-09 16:35:48 +00:00
parent 2cd82a8383
commit 38f1bf6745
1 changed files with 1 additions and 1 deletions

View 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.