Add some symbolic names to support hyperlinked references.

This commit is contained in:
Fred Drake 2001-07-18 17:40:19 +00:00
parent 36002d7af1
commit 1a2302b3b2
1 changed files with 2 additions and 2 deletions

View File

@ -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: