summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libpdb.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex
index 93d39c0..d457c95 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: