Kaydet (Commit) 6f45eeb0 authored tarafından Greg Ward's avatar Greg Ward

Typo fix.

üst 10f36d9f
...@@ -189,7 +189,7 @@ as its argument, which is constructed using the ...@@ -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 Once the script is loaded, the name we're looking for is retrieved
using \cfunction{PyObject_GetAttrString()}. If the name exists, and 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 function. The program then proceeds by constructing a tuple of
arguments as normal. The call to the Python function is then made arguments as normal. The call to the Python function is then made
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment