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
|
@ -14,12 +14,11 @@ described together here for easy reference.%
|
|||
\indexii{built-in}{exceptions}
|
||||
\indexii{built-in}{functions}
|
||||
\index{symbol table}
|
||||
\bifuncindex{type}
|
||||
|
||||
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 the same priority in the same box.
|
||||
Binary operators of the same priority group from left to right.
|
||||
(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.
|
||||
|
|
|
@ -14,12 +14,11 @@ described together here for easy reference.%
|
|||
\indexii{built-in}{exceptions}
|
||||
\indexii{built-in}{functions}
|
||||
\index{symbol table}
|
||||
\bifuncindex{type}
|
||||
|
||||
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 the same priority in the same box.
|
||||
Binary operators of the same priority group from left to right.
|
||||
(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.
|
||||
|
|
Loading…
Reference in New Issue