]> granicus.if.org Git - python/commitdiff
Fix grammar
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 10:39:21 +0000 (10:39 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 10:39:21 +0000 (10:39 +0000)
Doc/library/http.client.rst

index 90e16a7325ec6ec6f6690ed5fa8c0c3d40a0c95b..bc3e4788d5b801191b6ce4cac77970765ded3817 100644 (file)
@@ -17,8 +17,8 @@ HTTPS protocols.  It is normally not used directly --- the module
 
 .. 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: