diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-28 23:02:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-28 23:02:20 (GMT) |
commit | 7840a9cb99b6fb963bd87d4771a4c219fef069f8 (patch) | |
tree | 29ff5c24644b75ac3de00e3dba75816c3b1c84a2 /Doc/lib/lib.tex | |
parent | 6dbd382ec81b1c4565acd57daff56cc552450f52 (diff) | |
download | cpython-7840a9cb99b6fb963bd87d4771a4c219fef069f8.zip cpython-7840a9cb99b6fb963bd87d4771a4c219fef069f8.tar.gz cpython-7840a9cb99b6fb963bd87d4771a4c219fef069f8.tar.bz2 |
Add entry for the inspect module.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index ca75615..d0ec194 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -80,6 +80,7 @@ and how to embed it in other applications. \input{libtypes} \input{libuserdict} \input{liboperator} +\input{libinspect} \input{libtraceback} \input{liblinecache} \input{libpickle} |