mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Remove orphaned footnote reference.
This commit is contained in:
parent
9c8497eb6e
commit
05df69b2ea
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Names for built-in exceptions and functions and a number of constants are found
|
||||||
in a separate symbol table. This table is searched last when the interpreter
|
in a separate 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
|
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
|
override built-in names. Built-in types are described together here for easy
|
||||||
reference. [#]_
|
reference.
|
||||||
|
|
||||||
The tables in this chapter document the priorities of operators by listing them
|
The tables in this chapter document the priorities of operators by listing them
|
||||||
in order of ascending priority (within a table) and grouping operators that have
|
in order of ascending priority (within a table) and grouping operators that have
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue