From: Greg Ward Date: Fri, 21 Jun 2002 12:33:08 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.3c1~5244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f45eeb0f3258ee6482f0984622bcc1052ba36bd;p=thirdparty%2FPython%2Fcpython.git Typo fix. --- diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index 77fd4514cba2..e971fe82774f 100644 --- a/Doc/ext/embedding.tex +++ b/Doc/ext/embedding.tex @@ -189,7 +189,7 @@ as its argument, which is constructed using the Once the script is loaded, the name we're looking for is retrieved using \cfunction{PyObject_GetAttrString()}. If the name exists, and -the object retunred is callable, you can safely assume that it is a +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: