Merge pull request #1610 from lord63-forks/fix-typo

Fix typo in app_ctx_globals_class doc in app.py
This commit is contained in:
David Lord 2015-11-06 18:12:56 -08:00
commit 915d34444b

View file

@ -168,7 +168,7 @@ class Flask(_PackageBoundObject):
#:
#: 1. Store arbitrary attributes on flask.g.
#: 2. Add a property for lazy per-request database connectors.
#: 3. Return None instead of AttributeError on expected attributes.
#: 3. Return None instead of AttributeError on unexpected attributes.
#: 4. Raise exception if an unexpected attr is set, a "controlled" flask.g.
#:
#: In Flask 0.9 this property was called `request_globals_class` but it