summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
diff options
context:
space:
mode:
authorNicholas Bastin <nick.bastin@gmail.com>2004-07-04 04:47:40 (GMT)
committerNicholas Bastin <nick.bastin@gmail.com>2004-07-04 04:47:40 (GMT)
commit068979cdd67924120f51c12dcca31e4ed9ba5d7a (patch)
treeea6dbce7fe262d06f1ac56ab5cd56e8e300661a5 /Doc/lib/libpdb.tex
parentb1b605ef546c45eac3c53db369ea6e881f05dc8b (diff)
downloadcpython-068979cdd67924120f51c12dcca31e4ed9ba5d7a.zip
cpython-068979cdd67924120f51c12dcca31e4ed9ba5d7a.tar.gz
cpython-068979cdd67924120f51c12dcca31e4ed9ba5d7a.tar.bz2
Textual change to make the doc reflect reality
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r--Doc/lib/libpdb.tex2
1 files changed, 1 insertions, 1 deletions
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}.