From 068979cdd67924120f51c12dcca31e4ed9ba5d7a Mon Sep 17 00:00:00 2001 From: Nicholas Bastin Date: Sun, 4 Jul 2004 04:47:40 +0000 Subject: Textual change to make the doc reflect reality --- Doc/lib/libpdb.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 2229dc8..245c340 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}. -- cgit v0.12