diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-07-04 04:47:40 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-07-04 04:47:40 (GMT) |
commit | 068979cdd67924120f51c12dcca31e4ed9ba5d7a (patch) | |
tree | ea6dbce7fe262d06f1ac56ab5cd56e8e300661a5 | |
parent | b1b605ef546c45eac3c53db369ea6e881f05dc8b (diff) | |
download | cpython-068979cdd67924120f51c12dcca31e4ed9ba5d7a.zip cpython-068979cdd67924120f51c12dcca31e4ed9ba5d7a.tar.gz cpython-068979cdd67924120f51c12dcca31e4ed9ba5d7a.tar.bz2 |
Textual change to make the doc reflect reality
-rw-r--r-- | Doc/lib/libpdb.tex | 2 |
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}. |