diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-19 09:44:51 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-19 09:44:51 (GMT) |
commit | 95483b6a19b2dbed2353e023f70e87a5010b9a39 (patch) | |
tree | 536add32ff0859d8313c3a8ec3203b0442ce6fb3 /Doc | |
parent | f10644983e88c73437703a863151593cc37a657f (diff) | |
download | cpython-95483b6a19b2dbed2353e023f70e87a5010b9a39.zip cpython-95483b6a19b2dbed2353e023f70e87a5010b9a39.tar.gz cpython-95483b6a19b2dbed2353e023f70e87a5010b9a39.tar.bz2 |
Fix warning while building documentation.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index ecb357e..b16475a 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() |