summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-06-18 06:52:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-06-18 06:52:05 -0400
commit851469e8fe893d3a5e8fb3be8d3118ac1755b223 (patch)
tree488171543849d1091745e832d5f4eff1d4fabe3b
parentacb2e8e79230e9a6967fd82e95ec2fde8a293b08 (diff)
downloadpython-coveragepy-git-851469e8fe893d3a5e8fb3be8d3118ac1755b223.tar.gz
Add a missing word to the docs
--HG-- branch : django
-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.