]> granicus.if.org Git - python/commitdiff
s/it/if/ in descriptions of spawn mode argument.
authorTim Peters <tim.peters@gmail.com>
Thu, 6 Dec 2001 23:37:17 +0000 (23:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 6 Dec 2001 23:37:17 +0000 (23:37 +0000)
Doc/lib/libos.tex

index f8cda4cd9349cb0179c6fc4dfa2deb6acf46794a..9683485b57943b9f26e03a6b92c57e00c3469816 100644 (file)
@@ -1014,7 +1014,7 @@ functions are described in section \ref{os-newstreams}.
 \funcline{spawnvpe}{mode, file, args, env}
 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
-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
 \var{signal} is the signal that killed the process.