Noted by Guido:
Note in the "Caveats" section should refer to the exit() function, not exit_thread().
This commit is contained in:
parent
605843f0c0
commit
43b89b637f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue