Merge pull request #1299 from sateeshkumarb/patch-1
Update quickstart.rst
This commit is contained in:
commit
4fde65eb7a
1 changed files with 1 additions and 1 deletions
|
|
@ -475,7 +475,7 @@ u'Marked up \xbb HTML'
|
||||||
Accessing Request Data
|
Accessing Request Data
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
For web applications it's crucial to react to the data a client sent to
|
For web applications it's crucial to react to the data a client sends to
|
||||||
the server. In Flask this information is provided by the global
|
the server. In Flask this information is provided by the global
|
||||||
:class:`~flask.request` object. If you have some experience with Python
|
:class:`~flask.request` object. If you have some experience with Python
|
||||||
you might be wondering how that object can be global and how Flask
|
you might be wondering how that object can be global and how Flask
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue