summaryrefslogtreecommitdiff
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-02 14:10:23 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-02 14:10:23 +0200
commitaaa148d904d97f1445abba993682ba543620454e (patch)
tree6d64003c8affbab498000c8bfe4b100e1561c13d /Doc/library/gzip.rst
parent83fc8c09e3c0a071b0f0900b1cb7a1755638741a (diff)
downloadcpython-aaa148d904d97f1445abba993682ba543620454e.tar.gz
Issue #25523: Further a-to-an corrections.
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 ce02077d67..355cf9ccfe 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -64,7 +64,7 @@ The module defines the following items:
method. At least one of *fileobj* and *filename* must be given a non-trivial
value.
- The new class instance is based on *fileobj*, which can be a regular file, a
+ The new class instance is based on *fileobj*, which can be a regular file, an
:class:`io.BytesIO` object, or any other object which simulates a file. It
defaults to ``None``, in which case *filename* is opened to provide a file
object.