From 1172a851754fcf14721e5a3074a3245544ba0a96 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 9 Sep 2000 03:31:17 +0000 Subject: [PATCH] Really minor consistency nit. --- Doc/lib/libobjs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex index 354bebc88b8..f20723869c3 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.