From 1ab19ca161a5b58cd47321cabc1562c4156293d9 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 13 Oct 2010 10:39:21 +0000 Subject: Fix grammar --- Doc/library/http.client.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ 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: -- cgit v0.12