From 851469e8fe893d3a5e8fb3be8d3118ac1755b223 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 18 Jun 2014 06:52:05 -0400 Subject: Add a missing word to the docs --HG-- branch : django --- doc/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1