forked from orbit-oss/flask
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:
parent
3767e7ba4f
commit
0f3f476dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue