mirror of https://github.com/pallets/flask.git
Remove extra wording
This commit is contained in:
parent
5e3031e189
commit
ac00a998a3
|
@ -171,7 +171,7 @@ Use the :meth:`~flask.Flask.route` decorator to bind a function to a URL. ::
|
||||||
def hello():
|
def hello():
|
||||||
return 'Hello, World'
|
return 'Hello, World'
|
||||||
|
|
||||||
You can do more! You can enter user-provided values, 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue