Update docs that request is an object, not a class (#2154)

Cleanup sphinx formatting to show that `request` is an object, not a class. The actual class name is `Request`.

Based on discussion [here](https://github.com/pallets/flask/pull/2151#issuecomment-272699147).
This commit is contained in:
Jeff Widman 2017-01-17 11:20:07 -08:00 committed by Markus Unterwaditzer
parent 3fc8be5a4e
commit fe7910ccd5

View file

@ -66,7 +66,7 @@ Incoming Request Data
============= ======================================================
.. class:: request
.. attribute:: request
To access incoming request data, you can use the global `request`
object. Flask parses incoming request data for you and gives you