Commit 2fe3abe4 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Reflow comment

parent c8618f4e
...@@ -25,9 +25,9 @@ def spawn (cmd, ...@@ -25,9 +25,9 @@ def spawn (cmd,
There is no way to run a program with a name different from that of its There is no way to run a program with a name different from that of its
executable. executable.
If 'search_path' is true (the default), the system's executable search If 'search_path' is true (the default), the system's executable
path will be used to find the program; otherwise, cmd[0] must be the search path will be used to find the program; otherwise, cmd[0]
exact path to the executable.If 'dry_run' is true, must be the exact path to the executable. If 'dry_run' is true,
the command will not actually be run. the command will not actually be run.
Raise DistutilsExecError if running the program fails in any way; just Raise DistutilsExecError if running the program fails in any way; just
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment