summaryrefslogtreecommitdiff
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
commit3d697b2583ceb8c6267ba82d8573686e44b9b71b (patch)
tree81afb16ad9be510484cfb5ddfd44d078834ef066
parent5f7071ecf209b45491892fff3d3cb4f1026c9b49 (diff)
parent1973d33b480d1263b4ec48c4bbbe5109f014e529 (diff)
downloadpython-coveragepy-3d697b2583ceb8c6267ba82d8573686e44b9b71b.tar.gz
Merged in the Django work
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 7ff8202..882fc77 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.