summaryrefslogtreecommitdiff
path: root/SCons/Environment.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-01-05 20:17:51 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2021-01-05 20:17:51 -0800
commitd853fd512fa280f4b2602cf0f72a9a5ebc66987c (patch)
tree9e9bcc57756eb21e751cf3f0b90513664b359bba /SCons/Environment.xml
parent9b180c7db0d3b4e95b2d971ad5ce7244959f46c4 (diff)
downloadscons-git-d853fd512fa280f4b2602cf0f72a9a5ebc66987c.tar.gz
[ci skip] Clarify that Node objects are returned from SideEffect()
Diffstat (limited to 'SCons/Environment.xml')
-rw-r--r--SCons/Environment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Environment.xml b/SCons/Environment.xml
index e00415863..a185815e6 100644
--- a/SCons/Environment.xml
+++ b/SCons/Environment.xml
@@ -2922,7 +2922,7 @@ function.
</para>
<para>
-This function returns the list of side effects that were successfully added.
+This function returns the list of side effect Node objects that were successfully added.
If the list of side effects contained any side effects that had already been added,
they are not added and included in the returned list.
</para>