Browse Source

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.
pull/1225/head
Petr Zemek 10 years ago
parent
commit
0f3f476dcf
  1. 2
      flask/sessions.py

2
flask/sessions.py

@ -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):

Loading…
Cancel
Save