From efd6e468aefbf977704aa9aff52e84686c00958b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 9 Jun 2013 11:46:43 +0100 Subject: [PATCH] Removed view_func from route documentaiton. This fixes #763. --- flask/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/flask/app.py b/flask/app.py index ae534514..adadca4e 100644 --- a/flask/app.py +++ b/flask/app.py @@ -999,8 +999,6 @@ class Flask(_PackageBoundObject): :param endpoint: the endpoint for the registered URL rule. Flask itself assumes the name of the view function as endpoint - :param view_func: the function to call when serving a request to the - provided endpoint :param options: the options to be forwarded to the underlying :class:`~werkzeug.routing.Rule` object. A change to Werkzeug is handling of method options. methods