summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:31:53 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:31:53 (GMT)
commit276a58b8218ba2e6c13114ce3942d25328d0e8ee (patch)
treee2c2c1af548b31accfbcc69ba7db8a9c9c80e661 /Doc/library/urllib.request.rst
parent1945f93888f6acadd0bde6541f39d7616f9a5392 (diff)
parenta6bac95a3c6eb926d3eded04e4b04a1d552053d1 (diff)
downloadcpython-276a58b8218ba2e6c13114ce3942d25328d0e8ee.zip
cpython-276a58b8218ba2e6c13114ce3942d25328d0e8ee.tar.gz
cpython-276a58b8218ba2e6c13114ce3942d25328d0e8ee.tar.bz2
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
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 3c02333..e94575a 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)
@@ -546,7 +546,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::