mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Extremely minor typo fixed.
This commit is contained in:
parent
4344278250
commit
9b976e6636
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
The given thread state must be the current thread state. See the
|
||||
discussion of thread states below. When the call returns, the
|
||||
current thread state is \NULL. All thread states associated with
|
||||
this interpreted are destroyed. (The global interpreter lock must
|
||||
this interpreter are destroyed. (The global interpreter lock must
|
||||
be held before calling this function and is still held when it
|
||||
returns.) \cfunction{Py_Finalize()}\ttindex{Py_Finalize()} will
|
||||
destroy all sub-interpreters that haven't been explicitly destroyed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue