Skip to content

Commit 31c31a3

Browse files
committed
Fix typos
1 parent 28212ab commit 31c31a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,14 +1645,14 @@ If you specify a substitution string like this::
16451645

16461646
{env:KEY:DEFAULTVALUE}
16471647

1648-
then the value will be retrieved as ``os.environ['KEY']`` and replace with DEFAULTVALUE if the environment variable does
1648+
then the value will be retrieved as ``os.environ['KEY']`` and replaced with DEFAULTVALUE if the environment variable does
16491649
not exist.
16501650

16511651
If you specify a substitution string like this::
16521652

16531653
{env:KEY:}
16541654

1655-
then the value will be retrieved as ``os.environ['KEY']`` and replace with an empty string if the environment variable
1655+
then the value will be retrieved as ``os.environ['KEY']`` and replaced with an empty string if the environment variable
16561656
does not exist.
16571657

16581658
Substitutions can also be nested. In that case they are expanded starting from the innermost expression::

0 commit comments

Comments
 (0)