]> granicus.if.org Git - python/commitdiff
Fix warning while building documentation.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 19 Oct 2011 09:44:51 +0000 (11:44 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 19 Oct 2011 09:44:51 +0000 (11:44 +0200)
Doc/library/urllib.request.rst

index ecb357e2edf4f6c7c722147f966e6c04a82a3ff1..b16475af989ef3e7cc7a1a7014dab93898bc53ad 100644 (file)
@@ -399,8 +399,8 @@ request.
    ``'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()