From b9eb8051675da63750d2e89284e560b06f7c1820 Mon Sep 17 00:00:00 2001 From: Sateesh Date: Tue, 30 Dec 2014 22:40:13 +0530 Subject: [PATCH] Update quickstart.rst Minor grammar correction. --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index c20d88c9..4e60119b 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -475,7 +475,7 @@ u'Marked up \xbb HTML' 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 :class:`~flask.request` object. If you have some experience with Python you might be wondering how that object can be global and how Flask