Fix grammar
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 90e16a7..bc3e478 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -17,8 +17,8 @@
 
 .. note::
 
-   HTTPS support is only available if the Python was compiled with SSL
-   support (through the :mod:`ssl` module).
+   HTTPS support is only available if Python was compiled with SSL support
+   (through the :mod:`ssl` module).
 
 The module provides the following classes: