Browse Source

Fixed typo in app.py

pull/2942/head
moyosore 6 years ago committed by Adrian Moennich
parent
commit
673772cac9
  1. 2
      flask/app.py

2
flask/app.py

@ -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

Loading…
Cancel
Save