Various typos.

This commit is contained in:
florentx 2010-07-07 02:07:11 +08:00 committed by Armin Ronacher
parent b004324dbb
commit 16e4d5a655
6 changed files with 7 additions and 8 deletions

View file

@ -37,7 +37,7 @@ class _NullSession(Session):
def _fail(self, *args, **kwargs):
raise RuntimeError('the session is unavailable because no secret '
'key was set. Set the secret_key on the '
'application to something unique and secret')
'application to something unique and secret.')
__setitem__ = __delitem__ = clear = pop = popitem = \
update = setdefault = _fail
del _fail