]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 10:33:20 +0000 (12:33 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 10:33:20 +0000 (12:33 +0200)
Doc/library/gzip.rst

index 8a7c928d67b720c1abfab75f782db03cb9761527..57093e5ce9f5fb44e8567d3988dd79d5e48159ef 100644 (file)
@@ -67,7 +67,7 @@ The module defines the following items:
    object.
 
    When *fileobj* is not ``None``, the *filename* argument is only used to be
-   included in the :program:`gzip` file header, which may includes the original
+   included in the :program:`gzip` file header, which may include the original
    filename of the uncompressed file.  It defaults to the filename of *fileobj*, if
    discernible; otherwise, it defaults to the empty string, and in this case the
    original filename is not included in the header.