mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
minor things
This commit is contained in:
parent
25f6fcc550
commit
02ee80d408
6 changed files with 20 additions and 18 deletions
|
@ -3,9 +3,10 @@
|
|||
\nodename{Built-in Objects}
|
||||
|
||||
Names for built-in exceptions and functions are found in a separate
|
||||
symbol table. This table is searched last, so local and global
|
||||
symbol table. This table is searched last when the interpreter looks
|
||||
up the meaning of a name, so local and global
|
||||
user-defined names can override built-in names. Built-in types are
|
||||
described together here for easy reference. %
|
||||
described together here for easy reference.%
|
||||
\footnote{Most descriptions sorely lack explanations of the exceptions
|
||||
that may be raised --- this will be fixed in a future version of
|
||||
this manual.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue