docs: fix doubled word "the" in TESTING config description

Fixes pallets/flask#5988
This commit is contained in:
pallabbabu 2026-04-08 23:06:16 -05:00
parent a31e6b7346
commit f2f258fbd6

View file

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