summaryrefslogtreecommitdiffstats
path: root/Doc/library/gzip.rst
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)
commitd796cdb13678931a3ee9a32ea4e6f75b3b94e391 (patch)
tree237b7a5458922c39c63a982840d1527b784ae7b5 /Doc/library/gzip.rst
parent75c3a0435c895782bacb31f3f7da3e0ad9a6f5b9 (diff)
downloadcpython-d796cdb13678931a3ee9a32ea4e6f75b3b94e391.zip
cpython-d796cdb13678931a3ee9a32ea4e6f75b3b94e391.tar.gz
cpython-d796cdb13678931a3ee9a32ea4e6f75b3b94e391.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/library/gzip.rst')
-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 4dd479e..aa89c2c 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -38,7 +38,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.