From: Fred Drake Date: Thu, 19 Feb 1998 14:00:22 +0000 (+0000) Subject: \nodename{} must immediately follow \chapter{} to be handled correctly; X-Git-Tag: v1.5.1~672 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea8006a8650e0adf749522745eb26b58fca91e05;p=thirdparty%2FPython%2Fcpython.git \nodename{} must immediately follow \chapter{} to be handled correctly; adding the \label{} broke that. --- diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex index 450447b1dfaa..8668eff4f0f7 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 450447b1dfaa..8668eff4f0f7 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