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

Skip to content

Commit 9b976e6

Browse files
committed
Extremely minor typo fixed.
1 parent 4344278 commit 9b976e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/init.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ \chapter{Initialization, Finalization, and Threads
131131
The given thread state must be the current thread state. See the
132132
discussion of thread states below. When the call returns, the
133133
current thread state is \NULL. All thread states associated with
134-
this interpreted are destroyed. (The global interpreter lock must
134+
this interpreter are destroyed. (The global interpreter lock must
135135
be held before calling this function and is still held when it
136136
returns.) \cfunction{Py_Finalize()}\ttindex{Py_Finalize()} will
137137
destroy all sub-interpreters that haven't been explicitly destroyed

0 commit comments

Comments
 (0)