Browse Source

Typo in docs

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
pull/160/head
Dag Odenhall 14 years ago committed by Armin Ronacher
parent
commit
384ad219cb
  1. 2
      docs/api.rst

2
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.

Loading…
Cancel
Save