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