From: Neal Norwitz Date: Tue, 10 Feb 2004 18:07:16 +0000 (+0000) Subject: SF #894428, fix typo X-Git-Tag: v2.4a1~835 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d311f1fb9b8fc9269db4ede838702b3f2d355e0d;p=python SF #894428, fix typo --- diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index 3c48c9d6f6..686004c2e4 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: