Merge pull request #2552 from greyli/patch-6

Docs: Fixed typo
This commit is contained in:
Hsiaoming Yang 2017-12-14 14:26:56 +09:00 committed by GitHub
commit 4c9bf6e4b5
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