Skip to content

Commit efd6e46

Browse files
committed
Removed view_func from route documentaiton.
This fixes pallets#763.
1 parent 23d8d66 commit efd6e46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flask/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -999,8 +999,6 @@ def index():
999999
:param endpoint: the endpoint for the registered URL rule. Flask
10001000
itself assumes the name of the view function as
10011001
endpoint
1002-
:param view_func: the function to call when serving a request to the
1003-
provided endpoint
10041002
:param options: the options to be forwarded to the underlying
10051003
:class:`~werkzeug.routing.Rule` object. A change
10061004
to Werkzeug is handling of method options. methods

0 commit comments

Comments
 (0)