This commit is contained in:
Benjamin Peterson 2014-09-30 16:02:26 -04:00
commit 8de5b40fc2

View file

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