diff options
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r-- | Doc/library/http.client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 3d37c1b..02ab9dc 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -391,7 +391,7 @@ HTTPConnection Objects Set the host and the port for HTTP Connect Tunnelling. Normally used when it is required to a HTTPS Connection through a proxy server. - .. versionadded:: 3.1 + .. versionadded:: 3.2 .. method:: HTTPConnection.connect() |