summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-01 17:39:27 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-01 17:39:27 (GMT)
commitaffcf2967fdf7a2555c2a93d6b0e3def04f607c2 (patch)
treeef5a7d9b5d98c5dbfb4c1502eec7918fa0788c0e /Modules
parent88701e27e90c0b70e2b22b06ad8bbfa231cf99dc (diff)
parent5864b9fd3c5a227f73845b166e75fcbaf352a661 (diff)
downloadcpython-affcf2967fdf7a2555c2a93d6b0e3def04f607c2.zip
cpython-affcf2967fdf7a2555c2a93d6b0e3def04f607c2.tar.gz
cpython-affcf2967fdf7a2555c2a93d6b0e3def04f607c2.tar.bz2
Branch merge
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_threadmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_threadmodule.c b/Modules/_threadmodule.c
index d91c99a..ea038de 100644
--- a/Modules/_threadmodule.c
+++ b/Modules/_threadmodule.c
@@ -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.");