From 689362089edd09b6d68f7cfe99075e1345e0fede Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 8 Apr 2026 21:01:29 -0700 Subject: [PATCH] fix typo --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.