diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-28 19:34:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-28 19:34:22 (GMT) |
commit | 61c7728cc9011de7be8328094d2bda6fa5c470d4 (patch) | |
tree | b98e70546982598cad487d148ac53e232d51b3ec /Doc/ref/ref4.tex | |
parent | 020f8c01395027622437c10250e6c8aafec87cfe (diff) | |
download | cpython-61c7728cc9011de7be8328094d2bda6fa5c470d4.zip cpython-61c7728cc9011de7be8328094d2bda6fa5c470d4.tar.gz cpython-61c7728cc9011de7be8328094d2bda6fa5c470d4.tar.bz2 |
Make sure all chapters, sections, and subsections have a \label to give them
semantic file names in the HTML. No more node#.html files!
Diffstat (limited to 'Doc/ref/ref4.tex')
-rw-r--r-- | Doc/ref/ref4.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index aace01f..b5ed417 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -1,7 +1,7 @@ \chapter{Execution model\label{execmodel}} \index{execution model} -\section{Code blocks, execution frames, and namespaces} \label{execframes} +\section{Code blocks, execution frames, and namespaces\label{execframes}} \index{code block} \indexii{execution}{frame} \index{namespace} @@ -165,7 +165,7 @@ used to implement the namespace, \emph{except} for functions, where the optimizer may cause the local namespace to be implemented differently, and \function{locals()} returns a read-only dictionary.} -\section{Exceptions} +\section{Exceptions\label{exceptions}} Exceptions are a means of breaking out of the normal flow of control of a code block in order to handle errors or other exceptional |