diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-19 20:22:07 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-19 20:22:07 (GMT) |
commit | f1f76f64c0bb9507fcb98e75b1b51f823cf3dcb0 (patch) | |
tree | 456604d8b7e31efe1449e94f1d5e162a9ac63ec5 /src/engine | |
parent | 8bfb071d974edae91cde09bd64f4a2b9673e1364 (diff) | |
download | SCons-f1f76f64c0bb9507fcb98e75b1b51f823cf3dcb0.zip SCons-f1f76f64c0bb9507fcb98e75b1b51f823cf3dcb0.tar.gz SCons-f1f76f64c0bb9507fcb98e75b1b51f823cf3dcb0.tar.bz2 |
Update CHANGES to cover bug fixed as part of another fix
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/SCons/Environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Environment.py b/src/engine/SCons/Environment.py index 4f8e41b..6a127db 100644 --- a/src/engine/SCons/Environment.py +++ b/src/engine/SCons/Environment.py @@ -342,7 +342,7 @@ def is_valid_construction_var(varstr): class SubstitutionEnvironment(object): """Base class for different flavors of construction environments. - This class contains a minimal set of methods that handle contruction + This class contains a minimal set of methods that handle construction variable expansion and conversion of strings to Nodes, which may or may not be actually useful as a stand-alone class. Which methods ended up in this class is pretty arbitrary right now. They're |