mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
s/it/if/ in descriptions of spawn mode argument.
This commit is contained in:
parent
c7cb69263d
commit
b404145936
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ functions are described in section \ref{os-newstreams}.
|
||||||
\funcline{spawnvpe}{mode, file, args, env}
|
\funcline{spawnvpe}{mode, file, args, env}
|
||||||
Execute the program \var{path} in a new process. If \var{mode} is
|
Execute the program \var{path} in a new process. If \var{mode} is
|
||||||
\constant{P_NOWAIT}, this function returns the process ID of the new
|
\constant{P_NOWAIT}, this function returns the process ID of the new
|
||||||
process; it \var{mode} is \constant{P_WAIT}, returns the process's
|
process; if \var{mode} is \constant{P_WAIT}, returns the process's
|
||||||
exit code if it exits normally, or \code{-\var{signal}}, where
|
exit code if it exits normally, or \code{-\var{signal}}, where
|
||||||
\var{signal} is the signal that killed the process.
|
\var{signal} is the signal that killed the process.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue