summaryrefslogtreecommitdiffstats
path: root/Doc/libobjs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-20 05:12:36 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-20 05:12:36 (GMT)
commitcbe50f4829bfbf8ccb74791a6d21daab72a73c84 (patch)
tree1e9cff6c8702d0d307b00f02ef75ec8853d6a180 /Doc/libobjs.tex
parent311c19688d0bc79fbe718de7c277e9f08c3664da (diff)
downloadcpython-cbe50f4829bfbf8ccb74791a6d21daab72a73c84.zip
cpython-cbe50f4829bfbf8ccb74791a6d21daab72a73c84.tar.gz
cpython-cbe50f4829bfbf8ccb74791a6d21daab72a73c84.tar.bz2
Removed bogus index entry for the type() built-in.
Marked title of the Python Reference Manual as \emph{}, like other Python manual titles.
Diffstat (limited to 'Doc/libobjs.tex')
-rw-r--r--Doc/libobjs.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/libobjs.tex b/Doc/libobjs.tex
index b4dd409..ea6891a 100644
--- a/Doc/libobjs.tex
+++ b/Doc/libobjs.tex
@@ -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.