summaryrefslogtreecommitdiffstats
path: root/Doc/ext/embedding.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-02-10 18:07:16 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-02-10 18:07:16 (GMT)
commitd311f1fb9b8fc9269db4ede838702b3f2d355e0d (patch)
tree01058dde9551e83b12c88d629a8be98e1125034f /Doc/ext/embedding.tex
parent7befb9966e1435475a9d2e9d3cc3670564ce77aa (diff)
downloadcpython-d311f1fb9b8fc9269db4ede838702b3f2d355e0d.zip
cpython-d311f1fb9b8fc9269db4ede838702b3f2d355e0d.tar.gz
cpython-d311f1fb9b8fc9269db4ede838702b3f2d355e0d.tar.bz2
SF #894428, fix typo
Diffstat (limited to 'Doc/ext/embedding.tex')
-rw-r--r--Doc/ext/embedding.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex
index 3c48c9d..686004c 100644
--- a/Doc/ext/embedding.tex
+++ b/Doc/ext/embedding.tex
@@ -131,7 +131,7 @@ chapters for the required information.
The first program aims to execute a function in a Python
script. Like in the section about the very high level interface,
the Python interpreter does not directly interact with the
-application (but that will change in th next section).
+application (but that will change in the next section).
The code to run a function defined in a Python script is: