Really minor consistency nit.

This commit is contained in:
Fred Drake 2000-09-09 03:31:17 +00:00
parent 66571cc20c
commit 1172a85175
1 changed files with 1 additions and 1 deletions

View File

@ -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.