]> granicus.if.org Git - python/commitdiff
SF #894428, fix typo
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 10 Feb 2004 18:07:16 +0000 (18:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 10 Feb 2004 18:07:16 +0000 (18:07 +0000)
Doc/ext/embedding.tex

index 3c48c9d6f69f01b5fd51697a068b2a9ef8ab6128..686004c2e40c966fbbd05720ce8c7f8f1adfe4b1 100644 (file)
@@ -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: