Textual change to make the doc reflect reality

This commit is contained in:
Nicholas Bastin 2004-07-04 04:47:40 +00:00
parent b1b605ef54
commit 068979cdd6
1 changed files with 1 additions and 1 deletions

View File

@ -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}.