[Python-checkins] CVS: python/dist/src/Doc/lib libobjs.tex,1.7,1.7.4.1
Fred L. Drake
python-dev@python.org
Wed, 22 Mar 2000 13:21:26 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib
Modified Files:
Tag: release152p1-patches
libobjs.tex
Log Message:
References to chapters/sections should use lower-case "chapter" or
"section", not capitalized.
Index: libobjs.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libobjs.tex,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -C2 -r1.7 -r1.7.4.1
*** libobjs.tex 1999/04/05 21:59:14 1.7
--- libobjs.tex 2000/03/22 18:21:23 1.7.4.1
***************
*** 21,24 ****
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.
--- 21,24 ----
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.