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

This commit is contained in:
Éric Araujo 2011-05-31 14:08:26 +02:00
parent 76450a96ef
commit 9bcf8bfb24
1 changed files with 1 additions and 1 deletions

View File

@ -1091,7 +1091,7 @@ thread_PyThread_exit_thread(PyObject *self)
PyDoc_STRVAR(exit_doc,
"exit()\n\
(PyThread_exit_thread() is an obsolete synonym)\n\
(exit_thread() is an obsolete synonym)\n\
\n\
This is synonymous to ``raise SystemExit''. It will cause the current\n\
thread to exit silently unless the exception is caught.");