Skip to content

Commit

Permalink
Fixed a small typo with flask.g docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Shalabh Aggarwal committed May 14, 2014
1 parent 8070670 commit 1f5927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
Expand Up @@ -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
Expand Down

2 comments on commit 1f5927e

@robsonpeixoto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@danielchatfield
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.