mirror of https://github.com/python/cpython.git
Textual change to make the doc reflect reality
This commit is contained in:
parent
b1b605ef54
commit
068979cdd6
|
@ -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…
Reference in New Issue