diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-07-04 22:19:27 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-07-04 22:19:27 -0400 |
| commit | 1aeeca32c2c17eb99ab83e6e3ebf7feb5cafedff (patch) | |
| tree | fee87e2e12cd2eee6b0ae7031c9dbab9891359a5 /doc/config.rst | |
| parent | be5178fda38750c0aae78061bf1b1bf3397a467d (diff) | |
| parent | f346f85e04e44294e4c26f876e8dc75b17c4f8d7 (diff) | |
| download | python-coveragepy-git-1aeeca32c2c17eb99ab83e6e3ebf7feb5cafedff.tar.gz | |
Merged in the Django work
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 2 |
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. |
