mirror of https://github.com/python/cpython.git
# Typo in docstring (Retrun -> Return).
This commit is contained in:
parent
79e8f1b773
commit
3366d1c7e6
|
@ -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…
Reference in New Issue