From 2e910fd0b7438354ade2558d91650e47537075f8 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Sat, 25 Jul 2009 04:27:38 +0000 Subject: [PATCH] versionadded: 3.2. not 3.1. --- Doc/library/http.client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 3d37c1b80f..02ab9dc552 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() -- 2.50.1