Kaydet (Commit) f2f8503b authored tarafından Éric Araujo's avatar Éric Araujo

Fix error message to use the Python name instead of the C name

üst b0b64056
...@@ -715,7 +715,7 @@ thread_PyThread_exit_thread(PyObject *self) ...@@ -715,7 +715,7 @@ thread_PyThread_exit_thread(PyObject *self)
PyDoc_STRVAR(exit_doc, PyDoc_STRVAR(exit_doc,
"exit()\n\ "exit()\n\
(PyThread_exit_thread() is an obsolete synonym)\n\ (exit_thread() is an obsolete synonym)\n\
\n\ \n\
This is synonymous to ``raise SystemExit''. It will cause the current\n\ This is synonymous to ``raise SystemExit''. It will cause the current\n\
thread to exit silently unless the exception is caught."); thread to exit silently unless the exception is caught.");
......
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