From 6f45eeb0f3258ee6482f0984622bcc1052ba36bd Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 21 Jun 2002 12:33:08 +0000 Subject: Typo fix. --- Doc/ext/embedding.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ext/embedding.tex b/Doc/ext/embedding.tex index 77fd451..e971fe8 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: -- cgit v0.12