mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Reflow comment
This commit is contained in:
parent
69ceb33bac
commit
fec3262691
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue