From 3be61c5b90e24835f7cd86e07d230e99edf0ca31 Mon Sep 17 00:00:00 2001 From: William Blevins Date: Mon, 29 Jun 2015 07:04:53 -0400 Subject: Issue 3004: Updated Environment.Dump pydoc. --- src/engine/SCons/Environment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/SCons/Environment.py b/src/engine/SCons/Environment.py index 6886e85..973c109 100644 --- a/src/engine/SCons/Environment.py +++ b/src/engine/SCons/Environment.py @@ -1528,8 +1528,8 @@ class Base(SubstitutionEnvironment): def Dump(self, key = None): """ - Using the standard Python pretty printer, dump the contents of the - scons build environment to stdout. + Using the standard Python pretty printer, return the contents of the + scons build environment as a string. If the key passed in is anything other than None, then that will be used as an index into the build environment dictionary and -- cgit v0.12