diff --git a/docs/config.rst b/docs/config.rst index e7d4410a..9e4b1fca 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -79,7 +79,7 @@ The following configuration values are used internally by Flask: .. py:data:: TESTING - Enable testing mode. Exceptions are propagated rather than handled by the + Enable testing mode. Exceptions are propagated rather than handled by the app's error handlers. Extensions may also change their behavior to facilitate easier testing. You should enable this in your own tests.