From: Fred Drake Date: Fri, 21 Jun 2002 13:11:12 +0000 (+0000) Subject: Backport of Greg Ward's rev. 1.6 from the trunk: X-Git-Tag: v2.2.2b1~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d33a3ba235f9b60afe9f7ba99582111b1b2d889b;p=thirdparty%2FPython%2Fcpython.git Backport of Greg Ward's rev. 1.6 from the trunk: Typo fix. --- diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index a44b89c9974c..c6602b9bd9af 100644 --- a/Doc/ext/embedding.tex +++ b/Doc/ext/embedding.tex @@ -192,7 +192,7 @@ as its argument, which is constructed using the Once the script is loaded, its dictionary is retrieved with \cfunction{PyModule_GetDict()}. The dictionary is then searched using the normal dictionary access routines for the function name. If the -name exists, and the object retunred is callable, you can safely +name exists, and the object returned is callable, you can safely assume that it is a function. The program then proceeds by constructing a tuple of arguments as normal. The call to the python function is then made with: