]> 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 48a8a6b72230efeb01a65faf8233100da040b1ef..6e526f4302d96c0e14a76ea095ca0d02676cba59 100644 (file)
@@ -6,6 +6,9 @@
 .. module:: pdb
    :synopsis: The Python debugger for interactive interpreters.
 
+**Source code:** :source:`Lib/pdb.py`
+
+--------------
 
 .. index:: single: debugging