Docs: Fixed typo

This commit is contained in:
Grey Li 2017-12-14 11:08:33 +08:00 committed by GitHub
parent 4556ab2e06
commit 8a5e389da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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