Fixed a small typo with flask.g docstring

This commit is contained in:
Shalabh Aggarwal 2014-05-14 09:15:34 +05:30
parent 807067001f
commit 1f5927eee2

View file

@ -167,7 +167,7 @@ class Flask(_PackageBoundObject):
#:
#: 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
#: flask.g object is not application context scoped.
#: flask.g object is now application context scoped.
#:
#: .. versionadded:: 0.10
app_ctx_globals_class = _AppCtxGlobals