summaryrefslogtreecommitdiff
path: root/Doc/library/debug.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/debug.rst')
-rw-r--r--Doc/library/debug.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/debug.rst b/Doc/library/debug.rst
index b2ee4fa098..c69fb1c846 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