]> granicus.if.org Git - python/commitdiff
Noted by Guido:
authorFred Drake <fdrake@acm.org>
Wed, 5 Apr 2000 15:00:38 +0000 (15:00 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 5 Apr 2000 15:00:38 +0000 (15:00 +0000)
Note in the "Caveats" section should refer to the exit() function, not
exit_thread().

Doc/lib/libthread.tex

index dab7c897b482f2f77b5843d558c0bde5d24adbe5..652058da375e848272901740214af4d3a2dd0601 100644 (file)
@@ -108,7 +108,7 @@ module is available, interrupts always go to the main thread.)
 
 \item
 Calling \function{sys.exit()} or raising the \exception{SystemExit}
-exception is equivalent to calling \function{exit_thread()}.
+exception is equivalent to calling \function{exit()}.
 
 \item
 Not all built-in functions that may block waiting for I/O allow other