diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-19 14:00:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-19 14:00:22 (GMT) |
commit | ea8006a8650e0adf749522745eb26b58fca91e05 (patch) | |
tree | f7d858eeb4b1b42cc47a63f603a3cabac6957062 /Doc/libobjs.tex | |
parent | 75bfb0f7bb0760bf5be3717657baea7b022bf676 (diff) | |
download | cpython-ea8006a8650e0adf749522745eb26b58fca91e05.zip cpython-ea8006a8650e0adf749522745eb26b58fca91e05.tar.gz cpython-ea8006a8650e0adf749522745eb26b58fca91e05.tar.bz2 |
\nodename{} must immediately follow \chapter{} to be handled correctly;
adding the \label{} broke that.
Diffstat (limited to 'Doc/libobjs.tex')
-rw-r--r-- | Doc/libobjs.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/libobjs.tex b/Doc/libobjs.tex index 450447b..8668eff 100644 --- a/Doc/libobjs.tex +++ b/Doc/libobjs.tex @@ -1,7 +1,6 @@ \chapter{Built-in Types, Exceptions and Functions} -\label{builtin} - \nodename{Built-in Objects} +\label{builtin} Names for built-in exceptions and functions are found in a separate symbol table. This table is searched last when the interpreter looks |