From 8a5e389da06f7bb7cf5a364edbc47f0e6e7d1771 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 14 Dec 2017 11:08:33 +0800 Subject: [PATCH] Docs: Fixed typo --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 6e30466e..6ed27a83 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -104,7 +104,7 @@ The following configuration values are used internally by Flask: Default: ``False`` -.. py:data:: TRAP_BAD_REQUEST_ERRORS`` +.. py:data:: TRAP_BAD_REQUEST_ERRORS Trying to access a key that doesn't exist from request dicts like ``args`` and ``form`` will return a 400 Bad Request error page. Enable this to treat