Fixed typo in app.py

This commit is contained in:
moyosore 2018-10-13 18:07:45 +01:00 committed by Adrian Moennich
parent d7eea1b49a
commit 673772cac9

View file

@ -1686,7 +1686,7 @@ class Flask(_PackageBoundObject):
exception with the same traceback.
.. versionchanged:: 1.0
Key errors raised from request data like ``form`` show the the bad
Key errors raised from request data like ``form`` show the bad
key in debug mode rather than a generic bad request message.
.. versionadded:: 0.7