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