From: Georg Brandl Date: Mon, 21 May 2012 18:28:58 +0000 (+0200) Subject: Avoid useless indentation. X-Git-Tag: v3.3.0a4~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=945a3ada7f5f57552214a47cbd0de828f19d0246;p=python Avoid useless indentation. --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index ae6c91fa08..efb4c41ede 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -382,8 +382,8 @@ and also the following constants for integer status codes: | | | :rfc:`6585`, Section 6 | +------------------------------------------+---------+-----------------------------------------------------------------------+ - .. versionchanged:: 3.3 - Added codes ``428``, ``429``, ``431`` and ``511`` from :rfc:`6585`. +.. versionchanged:: 3.3 + Added codes ``428``, ``429``, ``431`` and ``511`` from :rfc:`6585`. .. data:: responses