summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:28:30 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:28:30 (GMT)
commita6bac95a3c6eb926d3eded04e4b04a1d552053d1 (patch)
tree8d12149fdb2dcbdcf4461af934f89ddee5fb1e28 /Doc/library/urllib.request.rst
parentbfd1edd15541ff3d8ea89385faecdbcbba1a9773 (diff)
downloadcpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.zip
cpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.tar.gz
cpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.tar.bz2
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/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 3e24956..2cd0620 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -105,7 +105,7 @@ The :mod:`urllib.request` module defines the following functions:
can be imported), :class:`HTTPSHandler` will also be added.
A :class:`BaseHandler` subclass may also change its :attr:`handler_order`
- member variable to modify its position in the handlers list.
+ attribute to modify its position in the handlers list.
.. function:: pathname2url(path)
@@ -536,7 +536,7 @@ intended for direct use:
Remove any parents.
-The following members and methods should only be used by classes derived from
+The following attribute and methods should only be used by classes derived from
:class:`BaseHandler`.
.. note::