From f2f258fbd659cf0bc92f2ece5aa7a92644550528 Mon Sep 17 00:00:00 2001 From: pallabbabu Date: Wed, 8 Apr 2026 23:06:16 -0500 Subject: [PATCH] docs: fix doubled word "the" in TESTING config description Fixes pallets/flask#5988 --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index e7d4410a..d1aed6eb 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -80,7 +80,7 @@ The following configuration values are used internally by Flask: .. py:data:: TESTING Enable testing mode. Exceptions are propagated rather than handled by the - the app's error handlers. Extensions may also change their behavior to + app's error handlers. Extensions may also change their behavior to facilitate easier testing. You should enable this in your own tests. Default: ``False``