summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/urllib.request.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index ecb357e2ed..b16475af98 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()