aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-02-10 18:08:23 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2004-02-10 18:08:23 +0000
commit745347885671a6af0d15ae1367472b0d4f8c34bd (patch)
tree6213e43d1350da79ccbbaddf223a96ce24ac6522 /Doc
parentUpdate "more info" link to http://www.poynton.com/ColorFAQ.html . (diff)
downloadcpython-745347885671a6af0d15ae1367472b0d4f8c34bd.tar.gz
cpython-745347885671a6af0d15ae1367472b0d4f8c34bd.tar.bz2
cpython-745347885671a6af0d15ae1367472b0d4f8c34bd.zip
SF #894428, fix typo
Diffstat (limited to 'Doc')
-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 3c48c9d6f69..686004c2e40 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: