mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
#ifdef WIFSIGNALED
|
||||||
static char posix_WIFSIGNALED__doc__[] =
|
static char posix_WIFSIGNALED__doc__[] =
|
||||||
"WIFSIGNALED(status) -> Boolean\n\
|
"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 *
|
static PyObject *
|
||||||
posix_WIFSIGNALED(self, args)
|
posix_WIFSIGNALED(self, args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue