diff options
| author | Fred Drake <fdrake@acm.org> | 2001-07-18 17:40:19 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-07-18 17:40:19 +0000 |
| commit | 1a2302b3b230bdeb636510d63a2ce6cb37b893f5 (patch) | |
| tree | 5cacfc4e9a2686b9129a612259256a1e61f3ab65 /Doc | |
| parent | 36002d7af1a9971c62e982cbbb1d1ce34610129d (diff) | |
| download | cpython-git-1a2302b3b230bdeb636510d63a2ce6cb37b893f5.tar.gz | |
Add some symbolic names to support hyperlinked references.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/lib/libpdb.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 93d39c0c44..d457c95245 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -1,4 +1,4 @@ -\chapter{The Python Debugger} +\chapter{The Python Debugger \label{debugger}} \declaremodule{standard}{pdb} \modulesynopsis{The Python debugger for interactive interpreters.} @@ -324,7 +324,7 @@ The program being executed is aborted. \end{description} -\section{How It Works} +\section{How It Works \label{debugger-hooks}} Some changes were made to the interpreter: |
