1 parent 10f36d9 commit 6f45eebCopy full SHA for 6f45eeb
1 file changed
Doc/ext/embedding.tex
@@ -189,7 +189,7 @@ \section{Pure Embedding
189
190
Once the script is loaded, the name we're looking for is retrieved
191
using \cfunction{PyObject_GetAttrString()}. If the name exists, and
192
-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
193
function. The program then proceeds by constructing a tuple of
194
arguments as normal. The call to the Python function is then made
195
with:
0 commit comments