Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1633a2e commit b4ea9d0Copy full SHA for b4ea9d0
2 files changed
Doc/lib/lib.tex
@@ -67,9 +67,9 @@ \chapter*{Front Matter\label{front}}
67
\input{libintro} % Introduction
68
69
\input{libobjs} % Built-in Types, Exceptions and Functions
70
+\input{libfuncs}
71
\input{libstdtypes}
72
\input{libexcs}
-\input{libfuncs}
73
74
\input{libpython} % Python Runtime Services
75
\input{libsys}
Doc/lib/libobjs.tex
@@ -1,6 +1,4 @@
1
-\chapter{Built-in Types, Exceptions and Functions}
2
-\nodename{Built-in Objects}
3
-\label{builtin}
+\chapter{Built-in Functions, Types, and Exceptions \label{builtin}}
4
5
Names for built-in exceptions and functions are found in a separate
6
symbol table. This table is searched last when the interpreter looks
0 commit comments