Fixed a small typo with flask.g docstring
This commit is contained in:
parent
807067001f
commit
1f5927eee2
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class Flask(_PackageBoundObject):
|
||||||
#:
|
#:
|
||||||
#: In Flask 0.9 this property was called `request_globals_class` but it
|
#: In Flask 0.9 this property was called `request_globals_class` but it
|
||||||
#: was changed in 0.10 to :attr:`app_ctx_globals_class` because the
|
#: was changed in 0.10 to :attr:`app_ctx_globals_class` because the
|
||||||
#: flask.g object is not application context scoped.
|
#: flask.g object is now application context scoped.
|
||||||
#:
|
#:
|
||||||
#: .. versionadded:: 0.10
|
#: .. versionadded:: 0.10
|
||||||
app_ctx_globals_class = _AppCtxGlobals
|
app_ctx_globals_class = _AppCtxGlobals
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue