Commit b552bf6e authored by Guido van Rossum's avatar Guido van Rossum

# Typo in docstring (Retrun -> Return).

parent 905e6521
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment