From e746daa2cb65df18dc4b8af8e3de878d60eb4ced Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 27 Aug 2009 19:02:43 +0000 Subject: [PATCH] #6787: reference fix. --- Doc/library/thread.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/thread.rst b/Doc/library/thread.rst index 3bcc7551f3..f8b5850aed 100644 --- a/Doc/library/thread.rst +++ b/Doc/library/thread.rst @@ -156,7 +156,7 @@ In addition to these methods, lock objects can also be used via the module is available, interrupts always go to the main thread.) * Calling :func:`sys.exit` or raising the :exc:`SystemExit` exception is - equivalent to calling :func:`exit`. + equivalent to calling :func:`thread.exit`. * Not all built-in functions that may block waiting for I/O allow other threads to run. (The most popular ones (:func:`time.sleep`, :meth:`file.read`, -- 2.50.1