summaryrefslogtreecommitdiff
path: root/Doc/api/init.tex
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-03-18 00:49:01 +0000
committerBrett Cannon <bcannon@gmail.com>2004-03-18 00:49:01 +0000
commit9b976e663667fdec983f44e6d9aaaddc6180144d (patch)
tree0170c76ffe4adbb78cbea5561c3313c74ea58970 /Doc/api/init.tex
parent4344278250a2994aefc1be03dffc37e1c35e4992 (diff)
downloadcpython-git-9b976e663667fdec983f44e6d9aaaddc6180144d.tar.gz
Extremely minor typo fixed.
Diffstat (limited to 'Doc/api/init.tex')
-rw-r--r--Doc/api/init.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/init.tex b/Doc/api/init.tex
index bc71f9afd3..5cd800ba26 100644
--- a/Doc/api/init.tex
+++ b/Doc/api/init.tex
@@ -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