From: Georg Brandl Date: Thu, 27 Aug 2009 19:02:43 +0000 (+0000) Subject: #6787: reference fix. X-Git-Tag: v2.7a1~618 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e746daa2cb65df18dc4b8af8e3de878d60eb4ced;p=python #6787: reference fix. --- 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`,