diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-30 20:02:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-30 20:02:06 (GMT) |
commit | 45d929dc64a3d8fc462f994f59e18b0a22262a0d (patch) | |
tree | 6481488f186b152d561477068e49db4d45ac6b79 /Doc/library | |
parent | 68da8fc4c0b4b2f640bd09b7b0e3214b263fac0d (diff) | |
download | cpython-45d929dc64a3d8fc462f994f59e18b0a22262a0d.zip cpython-45d929dc64a3d8fc462f994f59e18b0a22262a0d.tar.gz cpython-45d929dc64a3d8fc462f994f59e18b0a22262a0d.tar.bz2 |
add link to pdb source (closes #22528)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/pdb.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst index 48a8a6b..6e526f4 100644 --- a/Doc/library/pdb.rst +++ b/Doc/library/pdb.rst @@ -6,6 +6,9 @@ .. module:: pdb :synopsis: The Python debugger for interactive interpreters. +**Source code:** :source:`Lib/pdb.py` + +-------------- .. index:: single: debugging |