summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-05 15:00:38 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-05 15:00:38 (GMT)
commit43b89b637f98b3af762c81378742071c37ee9a30 (patch)
treee9dc92cff96974813f0dd40654aaa9a50fce7b32 /Doc
parent605843f0c09fa3fc1a065615581c041de3134b80 (diff)
downloadcpython-43b89b637f98b3af762c81378742071c37ee9a30.zip
cpython-43b89b637f98b3af762c81378742071c37ee9a30.tar.gz
cpython-43b89b637f98b3af762c81378742071c37ee9a30.tar.bz2
Noted by Guido:
Note in the "Caveats" section should refer to the exit() function, not exit_thread().
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libthread.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex
index dab7c89..652058d 100644
--- a/Doc/lib/libthread.tex
+++ b/Doc/lib/libthread.tex
@@ -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