summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-08-25 14:21:18 (GMT)
committerMats Wichmann <mats@linux.com>2019-08-25 14:23:03 (GMT)
commit513264f3ef2d42b1b2a637b43af4f7a82ee3d385 (patch)
tree45117a9f2d04affca00731dc39190a1abbf66bca /src
parent96e059857c7e21787bc2b4916acca60042881fee (diff)
downloadSCons-513264f3ef2d42b1b2a637b43af4f7a82ee3d385.zip
SCons-513264f3ef2d42b1b2a637b43af4f7a82ee3d385.tar.gz
SCons-513264f3ef2d42b1b2a637b43af4f7a82ee3d385.tar.bz2
[PR #3423] further wording tweak for Dictionary [ci skip]
And replaces some written out "construction environment" and "construction variable" uses with existin entities. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src')
-rw-r--r--src/engine/SCons/Environment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml
index 3f12b4f..5137bad 100644
--- a/src/engine/SCons/Environment.xml
+++ b/src/engine/SCons/Environment.xml
@@ -1325,10 +1325,10 @@ env.Depends(bar, installed_lib)
<summary>
<para>
Returns a dictionary object
-containing construction variables in the environment.
+containing the &consvars; in the &consenv;.
If there are any arguments specified,
-only the values of the specified construction
-variables are returned as a string (if one
+the values of the specified &consvars;
+are returned as a string (if one
argument) or as a list of strings.
</para>