summaryrefslogtreecommitdiffstats
path: root/Doc/library/trace.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/trace.rst')
-rw-r--r--Doc/library/trace.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst
index 5a32482..c4ddc56 100644
--- a/Doc/library/trace.rst
+++ b/Doc/library/trace.rst
@@ -6,6 +6,8 @@
**Source code:** :source:`Lib/trace.py`
+--------------
+
The :mod:`trace` module allows you to trace program execution, generate
annotated statement coverage listings, print caller/callee relationships and
list functions executed during a program run. It can be used in another program