Capitalize occurrences of 'flask' (#2067)

This commit is contained in:
Clenimar Filemon 2016-11-01 22:52:32 -03:00 committed by David Lord
parent 11809bf1d2
commit 77af942b98
4 changed files with 5 additions and 5 deletions

View file

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