Fix a typo in the description of SecureCookieSession.

The term "base class" (with a space) is used in another file, so use it here as well to make the wording consistent across the whole project.
This commit is contained in:
Petr Zemek 2014-10-27 11:40:50 +01:00
parent 3767e7ba4f
commit 0f3f476dcf

View file

@ -110,7 +110,7 @@ session_json_serializer = TaggedJSONSerializer()
class SecureCookieSession(CallbackDict, SessionMixin):
"""Baseclass for sessions based on signed cookies."""
"""Base class for sessions based on signed cookies."""
def __init__(self, initial=None):
def on_update(self):