[Python-checkins] cpython: Fix warning while building documentation.

florent.xicluna python-checkins at python.org
Wed Oct 19 11:45:15 CEST 2011


http://hg.python.org/cpython/rev/3bed4b7b46a9
changeset:   72987:3bed4b7b46a9
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Wed Oct 19 11:44:51 2011 +0200
summary:
  Fix warning while building documentation.

files:
  Doc/library/urllib.request.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -399,8 +399,8 @@
    ``'GET'`` if :attr:`Request.data` is ``None``, or ``'POST'`` if it's not.
    This is only meaningful for HTTP requests.
 
-    .. versionchanged:: 3.3
-    get_method now looks at the value of :attr:`Request.method` first.
+   .. versionchanged:: 3.3
+      get_method now looks at the value of :attr:`Request.method` first.
 
 
 .. method:: Request.has_data()

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


More information about the Python-checkins mailing list