summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 10:33:20 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 10:33:20 (GMT)
commitf27bfd81ecacd7fb2e6fc801a3709fdf3921dd4c (patch)
tree621b3e2cf94a77a1bef0383259001cd5dbe81965 /Doc/library
parent3c6780c6d8d2e53db6c6d0289a8249b08abc5147 (diff)
downloadcpython-f27bfd81ecacd7fb2e6fc801a3709fdf3921dd4c.zip
cpython-f27bfd81ecacd7fb2e6fc801a3709fdf3921dd4c.tar.gz
cpython-f27bfd81ecacd7fb2e6fc801a3709fdf3921dd4c.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/gzip.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
index 8a7c928..57093e5 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.