Browse Source

Merge pull request #1058 from shalabhaggarwal/master

Fixed a small typo with flask.g docstring
pull/1062/head
Kenneth Reitz 11 years ago
parent
commit
61c5163679
  1. 2
      flask/app.py

2
flask/app.py

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

Loading…
Cancel
Save