Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3366d1c

Browse files
committed
# Typo in docstring (Retrun -> Return).
1 parent 79e8f1b commit 3366d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ posix_WIFSTOPPED(self, args)
28842884
#ifdef WIFSIGNALED
28852885
static char posix_WIFSIGNALED__doc__[] =
28862886
"WIFSIGNALED(status) -> Boolean\n\
2887-
Retrun true if the process returning 'status' was terminated by a signal.";
2887+
Return true if the process returning 'status' was terminated by a signal.";
28882888

28892889
static PyObject *
28902890
posix_WIFSIGNALED(self, args)

0 commit comments

Comments
 (0)