From 673772cac931fea88b6134e57643bba9f0b27d44 Mon Sep 17 00:00:00 2001 From: moyosore Date: Sat, 13 Oct 2018 18:07:45 +0100 Subject: [PATCH] Fixed typo in app.py --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index 77852320..b103b3d9 100644 --- a/flask/app.py +++ b/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