This commit is contained in:
Mark Hammond 2011-08-09 09:48:49 +10:00
parent a07100e41d
commit ee849ab2a0
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ Process Launching
a 32bit launcher would be unable to load the 64bit version of Python and
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
terminate with the same exit code as returned by the child. To address
concerns regarding the termination of the launcher not killing the child,