mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
#18705: fix a number of typos. Patch by Févry Thibault.
This commit is contained in:
parent
67f39777fa
commit
30b9d5d3af
25 changed files with 44 additions and 44 deletions
|
@ -185,7 +185,7 @@ Exceptions raised in the child process, before the new program has
|
|||
started to execute, will be re-raised in the parent. Additionally,
|
||||
the exception object will have one extra attribute called
|
||||
'child_traceback', which is a string containing traceback information
|
||||
from the childs point of view.
|
||||
from the child's point of view.
|
||||
|
||||
The most common exception raised is OSError. This occurs, for
|
||||
example, when trying to execute a non-existent file. Applications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue