From: Georg Brandl Date: Sun, 6 Oct 2013 10:33:20 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v3.4.0a4~248^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f27bfd81ecacd7fb2e6fc801a3709fdf3921dd4c;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index 8a7c928d67b7..57093e5ce9f5 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst @@ -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.