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 76450a9 commit 9bcf8bfCopy full SHA for 9bcf8bf
1 file changed
Modules/_threadmodule.c
@@ -1091,7 +1091,7 @@ thread_PyThread_exit_thread(PyObject *self)
1091
1092
PyDoc_STRVAR(exit_doc,
1093
"exit()\n\
1094
-(PyThread_exit_thread() is an obsolete synonym)\n\
+(exit_thread() is an obsolete synonym)\n\
1095
\n\
1096
This is synonymous to ``raise SystemExit''. It will cause the current\n\
1097
thread to exit silently unless the exception is caught.");
0 commit comments