Remove extra wording

This commit is contained in:
Badhreesh 2025-05-22 12:52:11 +02:00
parent 5e3031e189
commit ac00a998a3
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ Use the :meth:`~flask.Flask.route` decorator to bind a function to a URL. ::
def hello():
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.