diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 18:31:53 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 18:31:53 (GMT) |
commit | 276a58b8218ba2e6c13114ce3942d25328d0e8ee (patch) | |
tree | e2c2c1af548b31accfbcc69ba7db8a9c9c80e661 /Doc/library/urllib.request.rst | |
parent | 1945f93888f6acadd0bde6541f39d7616f9a5392 (diff) | |
parent | a6bac95a3c6eb926d3eded04e4b04a1d552053d1 (diff) | |
download | cpython-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.rst | 4 |
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:: |