[Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.38.4.3,1.38.4.4

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 16 Mar 2000 10:03:38 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/ref
In directory weyr:/home/fdrake/projects/python/Doc-152p2/ref

Modified Files:
      Tag: release152p1-patches
	ref3.tex 
Log Message:

Numeric objects should be referred to as "numeric objects" in the
index, not "number objects".  (Done differently in different places.)


Index: ref3.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.38.4.3
retrieving revision 1.38.4.4
diff -C2 -r1.38.4.3 -r1.38.4.4
*** ref3.tex	2000/03/16 14:58:23	1.38.4.3
--- ref3.tex	2000/03/16 15:03:36	1.38.4.4
***************
*** 145,149 ****
  numbers are of course strongly related to mathematical numbers, but
  subject to the limitations of numerical representation in computers.
- \obindex{number}
  \obindex{numeric}
  
--- 145,148 ----
***************
*** 619,623 ****
  they have methods with certain special names.  See
  section \ref{specialnames}, ``Special method names.''
! \obindex{number}
  \obindex{sequence}
  \obindex{mapping}
--- 618,622 ----
  they have methods with certain special names.  See
  section \ref{specialnames}, ``Special method names.''
! \obindex{numeric}
  \obindex{sequence}
  \obindex{mapping}