From 7d7e8eef23e3b30a3b1c16215374c9a5ef4ed839 Mon Sep 17 00:00:00 2001 From: Sergei <9142081+stat1c-void@users.noreply.github.com> Date: Thu, 2 Jul 2020 23:54:40 +0300 Subject: [PATCH] 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 --- docs/api.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 576e44df..e5f68b8d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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