Don't refer to flaskext in docs

This commit is contained in:
Adrian 2013-10-15 21:47:42 +02:00
parent 5d20501604
commit 46b5754d97

View file

@ -470,8 +470,8 @@ class Flask(_PackageBoundObject):
#: app.extensions = {}
#: app.extensions['extensionname'] = SomeObject()
#:
#: The key must match the name of the `flaskext` module. For example in
#: case of a "Flask-Foo" extension in `flaskext.foo`, the key would be
#: The key must match the name of the extension module. For example in
#: case of a "Flask-Foo" extension in `flask_foo`, the key would be
#: ``'foo'``.
#:
#: .. versionadded:: 0.7