Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e8f1b commit 3366d1cCopy full SHA for 3366d1c
1 file changed
Modules/posixmodule.c
@@ -2884,7 +2884,7 @@ posix_WIFSTOPPED(self, args)
2884
#ifdef WIFSIGNALED
2885
static char posix_WIFSIGNALED__doc__[] =
2886
"WIFSIGNALED(status) -> Boolean\n\
2887
-Retrun true if the process returning 'status' was terminated by a signal.";
+Return true if the process returning 'status' was terminated by a signal.";
2888
2889
static PyObject *
2890
posix_WIFSIGNALED(self, args)
0 commit comments