summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-09 03:31:17 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-09 03:31:17 (GMT)
commit1172a851754fcf14721e5a3074a3245544ba0a96 (patch)
treeda52ffb97f376e9b341e0f27346da064db008117 /Doc
parent66571cc20c44cf0c4a9ebc4edae8ec4c6c1606f5 (diff)
downloadcpython-1172a851754fcf14721e5a3074a3245544ba0a96.zip
cpython-1172a851754fcf14721e5a3074a3245544ba0a96.tar.gz
cpython-1172a851754fcf14721e5a3074a3245544ba0a96.tar.bz2
Really minor consistency nit.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libobjs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex
index 354bebc..f207238 100644
--- a/Doc/lib/libobjs.tex
+++ b/Doc/lib/libobjs.tex
@@ -20,5 +20,5 @@ 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 \citetitle[../ref/ref.html]{Python
+choice.) See chapter 5 of the \citetitle[../ref/ref.html]{Python
Reference Manual} for the complete picture on operator priorities.