Less annoying gender neutral forms

This commit is contained in:
Armin Ronacher 2011-06-28 14:34:07 +02:00
parent d3b0edbcf9
commit 22d468e190
8 changed files with 12 additions and 12 deletions

View file

@ -156,7 +156,7 @@ If you have the :attr:`Flask.secret_key` set you can use sessions in Flask
applications. A session basically makes it possible to remember
information from one request to another. The way Flask does this is by
using a signed cookie. So the user can look at the session contents, but
not modify it unless he or she knows the secret key, so make sure to set that
not modify it unless they know the secret key, so make sure to set that
to something complex and unguessable.
To access the current session you can use the :class:`session` object: