Remove extra line

This commit is contained in:
Badhreesh 2025-05-22 12:52:54 +02:00 committed by GitHub
parent ac00a998a3
commit d4390442b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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
rules to a function.
Variable Rules
``````````````