Skip to content

Commit ea316d2

Browse files
authored
Merge pull request pallets#2733 from kivS/patch-1
Fixed Debug default value in the docs
2 parents f7ac3a7 + ad1ce27 commit ea316d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The following configuration values are used internally by Flask:
112112

113113
**Do not enable debug mode when deploying in production.**
114114

115-
Default: ``True`` if :data:`ENV` is ``'production'``, or ``False``
115+
Default: ``True`` if :data:`ENV` is ``'development'``, or ``False``
116116
otherwise.
117117

118118
.. py:data:: TESTING

0 commit comments

Comments
 (0)