From: Nicholas Bastin Date: Sun, 4 Jul 2004 04:47:40 +0000 (+0000) Subject: Textual change to make the doc reflect reality X-Git-Tag: v2.4a1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=068979cdd67924120f51c12dcca31e4ed9ba5d7a;p=python Textual change to make the doc reflect reality --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 2229dc8ae5..245c340983 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -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}.