mirror of https://github.com/pallets/flask.git
Remove extra line
This commit is contained in:
parent
ac00a998a3
commit
d4390442b7
|
|
@ -174,7 +174,6 @@ Use the :meth:`~flask.Flask.route` decorator to bind a function to a URL. ::
|
||||||
You can do more! You can make parts of the URL dynamic and attach multiple
|
You can do more! You can make parts of the URL dynamic and attach multiple
|
||||||
rules to a function.
|
rules to a function.
|
||||||
|
|
||||||
|
|
||||||
Variable Rules
|
Variable Rules
|
||||||
``````````````
|
``````````````
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue