docs: fix doubled word "the" in TESTING config description
Fixes pallets/flask#5988
This commit is contained in:
parent
a31e6b7346
commit
f2f258fbd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue