[Python-checkins] cpython: Avoid useless indentation.

georg.brandl python-checkins at python.org
Mon May 21 20:28:56 CEST 2012


http://hg.python.org/cpython/rev/35c3946657ce
changeset:   77098:35c3946657ce
user:        Georg Brandl <georg at python.org>
date:        Mon May 21 20:28:58 2012 +0200
summary:
  Avoid useless indentation.

files:
  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
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -382,8 +382,8 @@
 |                                          |         | :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list