]> granicus.if.org Git - python/commitdiff
#6787: reference fix.
authorGeorg Brandl <georg@python.org>
Thu, 27 Aug 2009 19:02:43 +0000 (19:02 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 27 Aug 2009 19:02:43 +0000 (19:02 +0000)
Doc/library/thread.rst

index 3bcc7551f39c5a4e203f4d817086837204ce9131..f8b5850aedd6acd4ff169c590f9d7bf6175aa173 100644 (file)
@@ -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`,