Inserted verb

This commit is contained in:
Armin Ronacher 2011-09-25 19:01:30 +02:00
parent 142c9c391b
commit 83b1da8df8

View file

@ -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
``/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
with the route parameter the view function is defined with the decorator
instead of the `view_func` parameter.