mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Fix warning while building documentation.
This commit is contained in:
parent
f10644983e
commit
95483b6a19
1 changed files with 2 additions and 2 deletions
|
|
@ -399,8 +399,8 @@ request.
|
||||||
``'GET'`` if :attr:`Request.data` is ``None``, or ``'POST'`` if it's not.
|
``'GET'`` if :attr:`Request.data` is ``None``, or ``'POST'`` if it's not.
|
||||||
This is only meaningful for HTTP requests.
|
This is only meaningful for HTTP requests.
|
||||||
|
|
||||||
.. versionchanged:: 3.3
|
.. versionchanged:: 3.3
|
||||||
get_method now looks at the value of :attr:`Request.method` first.
|
get_method now looks at the value of :attr:`Request.method` first.
|
||||||
|
|
||||||
|
|
||||||
.. method:: Request.has_data()
|
.. method:: Request.has_data()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue