Thanks to visit codestin.com Credit goes to github.com
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 fde75ae commit 21dcb93Copy full SHA for 21dcb93
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