diff options
author | Georg Brandl <georg@python.org> | 2012-05-21 18:28:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-05-21 18:28:58 (GMT) |
commit | 945a3ada7f5f57552214a47cbd0de828f19d0246 (patch) | |
tree | 212e25aa0f0496d86ecd355a16c4f3ca8ebd0d28 /Doc/library | |
parent | 389e8c85cdf234f7060fb559914302bc68a11380 (diff) | |
download | cpython-945a3ada7f5f57552214a47cbd0de828f19d0246.zip cpython-945a3ada7f5f57552214a47cbd0de828f19d0246.tar.gz cpython-945a3ada7f5f57552214a47cbd0de828f19d0246.tar.bz2 |
Avoid useless indentation.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/http.client.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index ae6c91f..efb4c41 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 |