summaryrefslogtreecommitdiff
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 11:28:30 -0700
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 11:28:30 -0700
commit5f0e3a42ecde1c7a70cc8f8bca9f968937631186 (patch)
treea26bdce1da40ebd5a32dfbea96656f3c7451dde5 /Doc/library/gzip.rst
parent2515f007a9b6a4a65e3ef8514f5d425c2d17a8ec (diff)
downloadcpython-5f0e3a42ecde1c7a70cc8f8bca9f968937631186.tar.gz
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
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 659a027648..48a86942fc 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -61,7 +61,7 @@ The module defines the following items:
time is used. This module ignores the timestamp when decompressing;
however, some programs, such as :program:`gunzip`\ , make use of it.
The format of the timestamp is the same as that of the return value of
- ``time.time()`` and of the ``st_mtime`` member of the object returned
+ ``time.time()`` and of the ``st_mtime`` attribute of the object returned
by ``os.stat()``.
Calling a :class:`GzipFile` object's :meth:`close` method does not close