]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed bogus index entry for the type() built-in.
authorFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 05:12:36 +0000 (05:12 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 05:12:36 +0000 (05:12 +0000)
Marked title of the Python Reference Manual as \emph{}, like other Python
manual titles.

Doc/lib/libobjs.tex
Doc/libobjs.tex

index b4dd409c6db11d06d439a186569ac97b1494f294..ea6891a0307dd8bd60530082b6a5bfea1d857a31 100644 (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.
index b4dd409c6db11d06d439a186569ac97b1494f294..ea6891a0307dd8bd60530082b6a5bfea1d857a31 100644 (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.