diff options
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 6fde038..fc9b38f 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -14,7 +14,7 @@ authentication, redirections, cookies and more. .. seealso:: - The `Requests package <http://requests.readthedocs.org/>`_ + The `Requests package <https://requests.readthedocs.org/>`_ is recommended for a higher-level http client interface. |