From 46b5754d97d11327efac22618ad5994851656937 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 15 Oct 2013 21:47:42 +0200 Subject: [PATCH] Don't refer to flaskext in docs --- flask/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask/app.py b/flask/app.py index 1ea82fe7..167ea32d 100644 --- a/flask/app.py +++ b/flask/app.py @@ -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