mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
# Typo in docstring (Retrun -> Return).
This commit is contained in:
parent
79e8f1b773
commit
3366d1c7e6
1 changed files with 1 additions and 1 deletions
|
@ -2884,7 +2884,7 @@ posix_WIFSTOPPED(self, args)
|
|||
#ifdef WIFSIGNALED
|
||||
static char posix_WIFSIGNALED__doc__[] =
|
||||
"WIFSIGNALED(status) -> Boolean\n\
|
||||
Retrun true if the process returning 'status' was terminated by a signal.";
|
||||
Return true if the process returning 'status' was terminated by a signal.";
|
||||
|
||||
static PyObject *
|
||||
posix_WIFSIGNALED(self, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue