fix typo
This commit is contained in:
parent
a07100e41d
commit
ee849ab2a0
|
@ -316,7 +316,7 @@ Process Launching
|
||||||
a 32bit launcher would be unable to load the 64bit version of Python and
|
a 32bit launcher would be unable to load the 64bit version of Python and
|
||||||
vice-versa.
|
vice-versa.
|
||||||
|
|
||||||
Given these considerations, the launcher will execute it's command in a
|
Given these considerations, the launcher will execute its command in a
|
||||||
child process, remaining alive while the child process is executing, then
|
child process, remaining alive while the child process is executing, then
|
||||||
terminate with the same exit code as returned by the child. To address
|
terminate with the same exit code as returned by the child. To address
|
||||||
concerns regarding the termination of the launcher not killing the child,
|
concerns regarding the termination of the launcher not killing the child,
|
||||||
|
|
Loading…
Reference in New Issue