From: Andrew M. Kuchling Date: Thu, 21 Nov 2002 20:41:07 +0000 (+0000) Subject: Reflow comment X-Git-Tag: v2.3c1~3326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fec326269163f2c27e8bb89bea264495fe337918;p=thirdparty%2FPython%2Fcpython.git Reflow comment --- diff --git a/Lib/distutils/spawn.py b/Lib/distutils/spawn.py index 6e0423b099f0..4857ce5e633d 100644 --- a/Lib/distutils/spawn.py +++ b/Lib/distutils/spawn.py @@ -25,9 +25,9 @@ def spawn (cmd, There is no way to run a program with a name different from that of its executable. - If 'search_path' is true (the default), the system's executable search - path will be used to find the program; otherwise, cmd[0] must be the - exact path to the executable.If 'dry_run' is true, + If 'search_path' is true (the default), the system's executable + search path will be used to find the program; otherwise, cmd[0] + must be the exact path to the executable. If 'dry_run' is true, the command will not actually be run. Raise DistutilsExecError if running the program fails in any way; just