forked from orbit-oss/flask
Merge pull request #891 from ThiefMaster/docs-flaskext
Don't refer to flaskext in app.extensions docs
This commit is contained in:
commit
544118bef9
1 changed files with 2 additions and 2 deletions
|
|
@ -470,8 +470,8 @@ class Flask(_PackageBoundObject):
|
||||||
#: app.extensions = {}
|
#: app.extensions = {}
|
||||||
#: app.extensions['extensionname'] = SomeObject()
|
#: app.extensions['extensionname'] = SomeObject()
|
||||||
#:
|
#:
|
||||||
#: The key must match the name of the `flaskext` module. For example in
|
#: The key must match the name of the extension module. For example in
|
||||||
#: case of a "Flask-Foo" extension in `flaskext.foo`, the key would be
|
#: case of a "Flask-Foo" extension in `flask_foo`, the key would be
|
||||||
#: ``'foo'``.
|
#: ``'foo'``.
|
||||||
#:
|
#:
|
||||||
#: .. versionadded:: 0.7
|
#: .. versionadded:: 0.7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue