From 384ad219cbde8ecbea79d41815d9ab2d70e3123c Mon Sep 17 00:00:00 2001 From: Dag Odenhall Date: Mon, 10 Jan 2011 02:13:39 +0100 Subject: [PATCH] Typo in docs Signed-off-by: Armin Ronacher --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 5de90d01..50c9820d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -189,7 +189,7 @@ To access the current session you can use the :class:`session` object: .. attribute:: permanent - If set to `True` the session life for + If set to `True` the session lives for :attr:`~flask.Flask.permanent_session_lifetime` seconds. The default is 31 days. If set to `False` (which is the default) the session will be deleted when the user closes the browser.