summaryrefslogtreecommitdiffstats
path: root/doc/generated/functions.gen
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 /doc/generated/functions.gen
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 'doc/generated/functions.gen')
-rw-r--r--doc/generated/functions.gen6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/generated/functions.gen b/doc/generated/functions.gen
index c446a44..f8cdba0 100644
--- a/doc/generated/functions.gen
+++ b/doc/generated/functions.gen
@@ -1333,10 +1333,10 @@ env.Depends(bar, installed_lib)
<listitem>
<para xmlns="http://www.scons.org/dbxsd/v1.0">
Returns a dictionary object
-containing construction variables in the environment.
+containing the <literal xmlns="http://www.scons.org/dbxsd/v1.0">construction variables</literal> in the <literal xmlns="http://www.scons.org/dbxsd/v1.0">construction environment</literal>.
If there are any arguments specified,
-only the values of the specified construction
-variables are returned as a string (if one
+only the values of the specified <literal xmlns="http://www.scons.org/dbxsd/v1.0">construction variables</literal>
+are returned as a string (if one
argument) or as a list of strings.
</para>