[Python-checkins] cpython (2.7): Fix typo.

georg.brandl python-checkins at python.org
Sun Oct 6 12:33:24 CEST 2013


http://hg.python.org/cpython/rev/76da5dbfca53
changeset:   86055:76da5dbfca53
branch:      2.7
parent:      86052:66411d53b8ae
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 12:33:20 2013 +0200
summary:
  Fix typo.

files:
  Doc/library/gzip.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -38,7 +38,7 @@
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list