From 0565224cb38d787b21522d55e7f9c708d3291757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Ta=C5=9Fkaya?= Date: Sun, 24 Dec 2017 19:49:48 +0300 Subject: [PATCH] Fixed Typo --- docs/tutorial/dbcon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/dbcon.rst b/docs/tutorial/dbcon.rst index 179c962b..4ff31143 100644 --- a/docs/tutorial/dbcon.rst +++ b/docs/tutorial/dbcon.rst @@ -25,7 +25,7 @@ will cover some more details of this later on. For the time being, all you have to know is that you can store information safely on the :data:`~flask.g` object. -So when do you put it on there? To do that you can make a helper +So how do you put it on there? To do that you can make a helper function. The first time the function is called, it will create a database connection for the current context, and successive calls will return the already established connection::