diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-23 05:27:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-23 05:27:20 (GMT) |
commit | 2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9 (patch) | |
tree | 0217d96d78f7433a7f71da7bffe7c5901a33e1b5 /Doc/ref/ref4.tex | |
parent | 8c96369513ded66146f9cf19678029615e29bcb7 (diff) | |
download | cpython-2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9.zip cpython-2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9.tar.gz cpython-2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9.tar.bz2 |
Fix a very minor (but annoying when looking for things!) markup nit.
Diffstat (limited to 'Doc/ref/ref4.tex')
-rw-r--r-- | Doc/ref/ref4.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index 754a5b5..2272f3e 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -1,6 +1,7 @@ \chapter{Execution model \label{execmodel}} \index{execution model} + \section{Code blocks, execution frames, and namespaces \label{execframes}} \index{code block} \index{namespace} |