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:
Sergei 2020-07-02 23:54:40 +03:00 committed by GitHub
parent 0a3e91b782
commit 7d7e8eef23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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