diff options
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r-- | Lib/urllib2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py index b0afac2..ba33030 100644 --- a/Lib/urllib2.py +++ b/Lib/urllib2.py @@ -30,7 +30,7 @@ handler, the argument will be installed instead of the default. install_opener -- Installs a new opener as the default opener. objects of interest: -OpenerDirector -- +OpenerDirector -- Request -- An object that encapsulates the state of a request. The state can be as simple as the URL. It can also include extra HTTP |