From e8af5fff3a384d162f47d759af9bf4c998d54a60 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Thu, 1 Oct 2009 20:22:45 +0000 Subject: And one more versionadded fix in release31-maint. --- 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 3632242..0b41327 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -384,7 +384,7 @@ HTTPConnection Objects Set the debugging level (the amount of debugging output printed). The default debug level is ``0``, meaning no debugging output is printed. - .. versionadded:: 2.7 + .. versionadded:: 3.1 .. method:: HTTPConnection.connect() -- cgit v0.12