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.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst
index f90f44b..878fbed 100644
--- a/Doc/library/trace.rst
+++ b/Doc/library/trace.rst
@@ -10,6 +10,10 @@ annotated statement coverage listings, print caller/callee relationships and
list functions executed during a program run. It can be used in another program
or from the command line.
+.. seealso::
+
+ Latest version of the :source:`trace module Python source code
+ <Lib/trace.py>`
.. _trace-cli: