Skip to content

Commit 4df5f82

Browse files
authored
Merge pull request #2719 from greyli/patch-9
Fix typo in docs
2 parents d0214c9 + 7df3524 commit 4df5f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blueprints.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ It is either an absolute path or relative to the blueprint's location::
158158
admin = Blueprint('admin', __name__, static_folder='static')
159159

160160
By default the rightmost part of the path is where it is exposed on the
161-
web. This can be changed with the ``static_url`` argument. Because the
161+
web. This can be changed with the ``static_url_path`` argument. Because the
162162
folder is called ``static`` here it will be available at the
163163
``url_prefix`` of the blueprint + ``/static``. If the blueprint
164164
has the prefix ``/admin``, the static URL will be ``/admin/static``.

0 commit comments

Comments
 (0)