diff options
| author | Fred Drake <fdrake@acm.org> | 2001-10-30 06:22:02 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-10-30 06:22:02 +0000 |
| commit | b4ea9d05025fcebb9e72577ec273bcdf80613ac2 (patch) | |
| tree | 3dc4bddbf374d29c1368b405398a4a7378484062 /Doc/lib/libobjs.tex | |
| parent | 1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19 (diff) | |
| download | cpython-git-b4ea9d05025fcebb9e72577ec273bcdf80613ac2.tar.gz | |
Promote built-in functions to come before built-in types.
Diffstat (limited to 'Doc/lib/libobjs.tex')
| -rw-r--r-- | Doc/lib/libobjs.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex index f20723869c..67df72ca3a 100644 --- a/Doc/lib/libobjs.tex +++ b/Doc/lib/libobjs.tex @@ -1,6 +1,4 @@ -\chapter{Built-in Types, Exceptions and Functions} -\nodename{Built-in Objects} -\label{builtin} +\chapter{Built-in Functions, Types, and Exceptions \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 |
