Browse Source

Fixes grammar and phrasing on envvar how-to

pull/2366/head
tristan fisher 7 years ago
parent
commit
53ff054fd3
  1. 4
      docs/config.rst

4
docs/config.rst

@ -415,8 +415,8 @@ Here is an example of a configuration file that uses environmental variables::
raise ValueError("No secret key set for Flask application")
Notice that any value besides a empty string will be interpreted as a boolean True value in Python, which
requires care if an environment may explicit setting values intended to be False.
Notice that any value besides an empty string will be interpreted as a boolean True value in Python, which
requires care if an environment explicitly sets values intended to be False.
Make sure to load the configuration very early on, so that extensions have
the ability to access the configuration when starting up. There are other

Loading…
Cancel
Save