From 6a37c1716dcd0431878dad230f9111c268d2ad98 Mon Sep 17 00:00:00 2001 From: Mark Hildreth Date: Tue, 24 Dec 2013 14:36:28 -0500 Subject: [PATCH] Fixed incorrect grammar in Config.rst Fixed incorrect grammar in "SESSION_REFRESH_EACH_REQUEST" configuration description. --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 1bc46afa..9cde9d24 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -89,7 +89,7 @@ The following configuration values are used internally by Flask: Starting with Flask 0.8 this can also be an integer representing seconds. ``SESSION_REFRESH_EACH_REQUEST`` this flag controls how permanent - sessions are refresh. If set to `True` + sessions are refreshed. If set to `True` (which is the default) then the cookie is refreshed each request which automatically bumps the lifetime. If