We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f20bd6 commit 11aaa42Copy full SHA for 11aaa42
1 file changed
Doc/library/urllib.request.rst
@@ -83,7 +83,7 @@ The :mod:`urllib.request` module defines the following functions:
83
:class:`URLopener` and :class:`FancyURLopener` classes, this function
84
returns a :class:`urllib.response.addinfourl` object.
85
86
- Raises :exc:`~urllib.error.URLError` on errors.
+ Raises :exc:`~urllib.error.URLError` on protocol errors.
87
88
Note that ``None`` may be returned if no handler handles the request (though
89
the default installed global :class:`OpenerDirector` uses
0 commit comments