]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport of Greg Ward's rev. 1.6 from the trunk:
authorFred Drake <fdrake@acm.org>
Fri, 21 Jun 2002 13:11:12 +0000 (13:11 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 21 Jun 2002 13:11:12 +0000 (13:11 +0000)
Typo fix.

Doc/ext/embedding.tex

index a44b89c9974c947426ef4c38a446e12b0e597bf3..c6602b9bd9afd5eda82fcf39f2f0bd3b0a82cab3 100644 (file)
@@ -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: