diff options
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index aa1846e..0d2f7b7 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -77,7 +77,10 @@ language. \input{libtypes2} % types is already taken :-( \input{libtempfile} \input{libtraceback} -\input{libpdb} + +\input{libpdb} % The Python Debugger + +\input{libprofile} % The Python Profiler \input{libunix} % UNIX ONLY \input{libdbm} |