From: Florent Xicluna Date: Wed, 19 Oct 2011 09:44:51 +0000 (+0200) Subject: Fix warning while building documentation. X-Git-Tag: v3.3.0a1~1134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95483b6a19b2dbed2353e023f70e87a5010b9a39;p=thirdparty%2FPython%2Fcpython.git Fix warning while building documentation. --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index ecb357e2edf4..b16475af989e 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -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()