]> granicus.if.org Git - python/commitdiff
add link to pdb source (closes #22528)
authorBenjamin Peterson <benjamin@python.org>
Tue, 30 Sep 2014 20:02:06 +0000 (16:02 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 30 Sep 2014 20:02:06 +0000 (16:02 -0400)
Doc/library/pdb.rst

index a475099d6a57b740a102f09c1b399a17ca2b8781..da307df709745885bdeb18a72e66b450e4b1c8b6 100644 (file)
@@ -6,6 +6,9 @@
 .. module:: pdb
    :synopsis: The Python debugger for interactive interpreters.
 
+**Source code:** :source:`Lib/pdb.py`
+
+--------------
 
 .. index:: single: debugging