From ea8006a8650e0adf749522745eb26b58fca91e05 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 19 Feb 1998 14:00:22 +0000 Subject: \nodename{} must immediately follow \chapter{} to be handled correctly; adding the \label{} broke that. --- Doc/lib/libobjs.tex | 3 +-- Doc/libobjs.tex | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex index 450447b..8668eff 100644 --- a/Doc/lib/libobjs.tex +++ b/Doc/lib/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 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 -- cgit v0.12