forked from orbit-oss/flask
Inserted verb
This commit is contained in:
parent
142c9c391b
commit
83b1da8df8
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ definition for a URL that accepts an optional page::
|
||||||
This specifies that ``/users/`` will be the URL for page one and
|
This specifies that ``/users/`` will be the URL for page one and
|
||||||
``/users/page/N`` will be the URL for page `N`.
|
``/users/page/N`` will be the URL for page `N`.
|
||||||
|
|
||||||
Here the parameters that :meth:`~flask.Flask.route` and
|
Here are the parameters that :meth:`~flask.Flask.route` and
|
||||||
:meth:`~flask.Flask.add_url_rule` accept. The only difference is that
|
:meth:`~flask.Flask.add_url_rule` accept. The only difference is that
|
||||||
with the route parameter the view function is defined with the decorator
|
with the route parameter the view function is defined with the decorator
|
||||||
instead of the `view_func` parameter.
|
instead of the `view_func` parameter.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue