summaryrefslogtreecommitdiffstats
path: root/Lib/urllib/request.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-04 05:06:25 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-04 05:06:25 (GMT)
commit0f29ad1be56b98dbbd661128299136e40407333d (patch)
tree3779f2d8082cdae9273973f4679c3d133de147dd /Lib/urllib/request.py
parent19409197e2deaa72649ade73318af16128018c74 (diff)
downloadcpython-0f29ad1be56b98dbbd661128299136e40407333d.zip
cpython-0f29ad1be56b98dbbd661128299136e40407333d.tar.gz
cpython-0f29ad1be56b98dbbd661128299136e40407333d.tar.bz2
More typo fixes for 3.6
Diffstat (limited to 'Lib/urllib/request.py')
-rw-r--r--Lib/urllib/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py
index 333c3f2..b16b642 100644
--- a/Lib/urllib/request.py
+++ b/Lib/urllib/request.py
@@ -187,7 +187,7 @@ def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
For ftp, file, and data urls and requests explicitly handled by legacy
URLopener and FancyURLopener classes, this function returns a
- urllib.response.addinfourl object which can work as context manager and
+ urllib.response.addinfourl object which can work as a context manager and
also support the geturl(), info(), getcode() methods listed above.
Note that *None& may be returned if no handler handles the request (though