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:
Fred Drake 1998-01-20 05:12:36 +00:00
parent 311c19688d
commit cbe50f4829
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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.