summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libobjs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-11-10 16:21:37 (GMT)
committerFred Drake <fdrake@acm.org>1999-11-10 16:21:37 (GMT)
commit37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6 (patch)
tree4cdf27299cf246bde473615c2556e874c75535be /Doc/lib/libobjs.tex
parente15eb35fd0a038aead785a57526157e6745e0b09 (diff)
downloadcpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.zip
cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.gz
cpython-37f1574f2e26ed12ce5d52b901f3166b4e4c0bd6.tar.bz2
Use \citetitle and \programopt as appropriate.
Diffstat (limited to 'Doc/lib/libobjs.tex')
-rw-r--r--Doc/lib/libobjs.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex
index d19697b..354bebc 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 \emph{Python Reference Manual} for the
-complete picture on operator priorities.
+choice.) See Chapter 5 of the \citetitle[../ref/ref.html]{Python
+Reference Manual} for the complete picture on operator priorities.