mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Removed bogus index entry for the type() built-in.
Marked title of the Python Reference Manual as \emph{}, like other Python manual titles.
This commit is contained in:
parent
311c19688d
commit
cbe50f4829
2 changed files with 2 additions and 4 deletions
|
@ -14,12 +14,11 @@ described together here for easy reference.%
|
||||||
\indexii{built-in}{exceptions}
|
\indexii{built-in}{exceptions}
|
||||||
\indexii{built-in}{functions}
|
\indexii{built-in}{functions}
|
||||||
\index{symbol table}
|
\index{symbol table}
|
||||||
\bifuncindex{type}
|
|
||||||
|
|
||||||
The tables in this chapter document the priorities of operators by
|
The tables in this chapter document the priorities of operators by
|
||||||
listing them in order of ascending priority (within a table) and
|
listing them in order of ascending priority (within a table) and
|
||||||
grouping operators that have the same priority in the same box.
|
grouping operators that have the same priority in the same box.
|
||||||
Binary operators of the same priority group from left to right.
|
Binary operators of the same priority group from left to right.
|
||||||
(Unary operators group from right to left, but there you have no real
|
(Unary operators group from right to left, but there you have no real
|
||||||
choice.) See Chapter 5 of the Python Reference Manual for the
|
choice.) See Chapter 5 of the \emph{Python Reference Manual} for the
|
||||||
complete picture on operator priorities.
|
complete picture on operator priorities.
|
||||||
|
|
|
@ -14,12 +14,11 @@ described together here for easy reference.%
|
||||||
\indexii{built-in}{exceptions}
|
\indexii{built-in}{exceptions}
|
||||||
\indexii{built-in}{functions}
|
\indexii{built-in}{functions}
|
||||||
\index{symbol table}
|
\index{symbol table}
|
||||||
\bifuncindex{type}
|
|
||||||
|
|
||||||
The tables in this chapter document the priorities of operators by
|
The tables in this chapter document the priorities of operators by
|
||||||
listing them in order of ascending priority (within a table) and
|
listing them in order of ascending priority (within a table) and
|
||||||
grouping operators that have the same priority in the same box.
|
grouping operators that have the same priority in the same box.
|
||||||
Binary operators of the same priority group from left to right.
|
Binary operators of the same priority group from left to right.
|
||||||
(Unary operators group from right to left, but there you have no real
|
(Unary operators group from right to left, but there you have no real
|
||||||
choice.) See Chapter 5 of the Python Reference Manual for the
|
choice.) See Chapter 5 of the \emph{Python Reference Manual} for the
|
||||||
complete picture on operator priorities.
|
complete picture on operator priorities.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue