mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Textual change to make the doc reflect reality
This commit is contained in:
parent
b1b605ef54
commit
068979cdd6
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ function.
|
|||
|
||||
\item[\code{'c_call'}]
|
||||
A C function is about to be called. This may be an extension function
|
||||
or a builtin. \var{arg} is the C function name.
|
||||
or a builtin. \var{arg} is the C function object.
|
||||
|
||||
\item[\code{'c_return'}]
|
||||
A C function has returned. \var{arg} is \code{None}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue