summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-07-04 22:19:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-07-04 22:19:27 -0400
commit1aeeca32c2c17eb99ab83e6e3ebf7feb5cafedff (patch)
treefee87e2e12cd2eee6b0ae7031c9dbab9891359a5 /doc/config.rst
parentbe5178fda38750c0aae78061bf1b1bf3397a467d (diff)
parentf346f85e04e44294e4c26f876e8dc75b17c4f8d7 (diff)
downloadpython-coveragepy-git-1aeeca32c2c17eb99ab83e6e3ebf7feb5cafedff.tar.gz
Merged in the Django work
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 7ff82021..882fc777 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -41,7 +41,7 @@ Boolean values can be specified as ``on``, ``off``, ``true``, ``false``, ``1``,
or ``0`` and are case-insensitive.
Environment variables can be substituted in by using dollar signs: ``$WORD``
-``${WORD}`` will be replaced with the value of ``WORD`` in the environment.
+or ``${WORD}`` will be replaced with the value of ``WORD`` in the environment.
A dollar sign can be inserted with ``$$``. Missing environment variables
will result in empty strings with no error.