]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix.
authorGreg Ward <gward@python.net>
Fri, 21 Jun 2002 12:33:08 +0000 (12:33 +0000)
committerGreg Ward <gward@python.net>
Fri, 21 Jun 2002 12:33:08 +0000 (12:33 +0000)
Doc/ext/embedding.tex

index 77fd4514cba2817a741bfe93605f8844b430d9e3..e971fe82774f1f3b36849e5011c02e7f13b90196 100644 (file)
@@ -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: