Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f45eeb

Browse files
committed
Typo fix.
1 parent 10f36d9 commit 6f45eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ext/embedding.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ \section{Pure Embedding
189189

190190
Once the script is loaded, the name we're looking for is retrieved
191191
using \cfunction{PyObject_GetAttrString()}. If the name exists, and
192-
the object retunred is callable, you can safely assume that it is a
192+
the object returned is callable, you can safely assume that it is a
193193
function. The program then proceeds by constructing a tuple of
194194
arguments as normal. The call to the Python function is then made
195195
with:

0 commit comments

Comments
 (0)