add link to pdb source (closes #22528)

This commit is contained in:
Benjamin Peterson 2014-09-30 16:02:06 -04:00
parent 68da8fc4c0
commit 45d929dc64
1 changed files with 3 additions and 0 deletions

View File

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