mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Typo fix.
This commit is contained in:
parent
10f36d9f0b
commit
6f45eeb0f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue