Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43b89b6

Browse files
committed
Noted by Guido:
Note in the "Caveats" section should refer to the exit() function, not exit_thread().
1 parent 605843f commit 43b89b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libthread.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ \section{\module{thread} ---
108108

109109
\item
110110
Calling \function{sys.exit()} or raising the \exception{SystemExit}
111-
exception is equivalent to calling \function{exit_thread()}.
111+
exception is equivalent to calling \function{exit()}.
112112

113113
\item
114114
Not all built-in functions that may block waiting for I/O allow other

0 commit comments

Comments
 (0)