Merge pull request #2733 from kivS/patch-1

Fixed Debug default value in the docs
This commit is contained in:
Hsiaoming Yang 2018-04-27 23:50:39 +09:00 committed by GitHub
commit ea316d232a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ The following configuration values are used internally by Flask:
**Do not enable debug mode when deploying in production.**
Default: ``True`` if :data:`ENV` is ``'production'``, or ``False``
Default: ``True`` if :data:`ENV` is ``'development'``, or ``False``
otherwise.
.. py:data:: TESTING