Capitalize occurrences of 'flask' (#2067)
This commit is contained in:
parent
11809bf1d2
commit
77af942b98
4 changed files with 5 additions and 5 deletions
|
|
@ -168,7 +168,7 @@ class SessionInterface(object):
|
|||
null_session_class = NullSession
|
||||
|
||||
#: A flag that indicates if the session interface is pickle based.
|
||||
#: This can be used by flask extensions to make a decision in regards
|
||||
#: This can be used by Flask extensions to make a decision in regards
|
||||
#: to how to deal with the session object.
|
||||
#:
|
||||
#: .. versionadded:: 0.10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue