File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
16491649not exist.
16501650
16511651If 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
16561656does not exist.
16571657
16581658Substitutions can also be nested. In that case they are expanded starting from the innermost expression::
You can’t perform that action at this time.
0 commit comments