mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
\nodename{} must immediately follow \chapter{} to be handled correctly;
adding the \label{} broke that.
This commit is contained in:
parent
75bfb0f7bb
commit
ea8006a865
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue