mirror of https://github.com/pallets/flask.git
Rectified rampant 'roule'.
This commit is contained in:
parent
2a6c80a37d
commit
ffbab00cd1
|
|
@ -586,7 +586,7 @@ with the route parameter the view function is defined with the decorator
|
||||||
instead of the `view_func` parameter.
|
instead of the `view_func` parameter.
|
||||||
|
|
||||||
=============== ==========================================================
|
=============== ==========================================================
|
||||||
`rule` the URL roule as string
|
`rule` the URL rule as string
|
||||||
`endpoint` the endpoint for the registered URL rule. Flask itself
|
`endpoint` the endpoint for the registered URL rule. Flask itself
|
||||||
assumes that the name of the view function is the name
|
assumes that the name of the view function is the name
|
||||||
of the endpoint if not explicitly stated.
|
of the endpoint if not explicitly stated.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue