API docs - changed flask.request description
- the link should point to the flask's Request - longer description is unnecessary, as it's all explained above in flask.Request
This commit is contained in:
parent
0a3e91b782
commit
7d7e8eef23
1 changed files with 1 additions and 3 deletions
|
|
@ -41,9 +41,7 @@ Incoming Request Data
|
|||
|
||||
This is a proxy. See :ref:`notes-on-proxies` for more information.
|
||||
|
||||
The request object is an instance of a :class:`~werkzeug.wrappers.Request`
|
||||
subclass and provides all of the attributes Werkzeug defines. This
|
||||
just shows a quick overview of the most important ones.
|
||||
The request object is an instance of a :class:`~flask.Request`.
|
||||
|
||||
|
||||
Response Objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue