diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index a458ab77efd82c..807dd8bd379a08 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module
.. seealso::
- The `Requests package `_
+ The `Requests package `_
is recommended for a higher-level HTTP client interface.
.. note::
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index a903d605cf4e95..03712c1f4a6eea 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -18,7 +18,7 @@ authentication, redirections, cookies and more.
.. seealso::
- The `Requests package `_
+ The `Requests package `_
is recommended for a higher-level HTTP client interface.