diff options
Diffstat (limited to 'Doc/library/debug.rst')
-rw-r--r-- | Doc/library/debug.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/debug.rst b/Doc/library/debug.rst index b2ee4fa..c69fb1c 100644 --- a/Doc/library/debug.rst +++ b/Doc/library/debug.rst @@ -10,7 +10,8 @@ allowing you to identify bottlenecks in your programs. .. toctree:: bdb.rst + faulthandler.rst pdb.rst profile.rst timeit.rst - trace.rst
\ No newline at end of file + trace.rst |