From 83b1da8df8ead2d419382af2ab3c3a4fa9db3b8b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 25 Sep 2011 19:01:30 +0200 Subject: [PATCH] Inserted verb --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index d80f5221..59b99295 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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.