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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 13 Jul 2001 19:12:29 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv18210/ref

Modified Files:
	ref3.tex 
Log Message:

Minor change to match the style guide.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** ref3.tex	2001/06/23 05:27:20	1.68
--- ref3.tex	2001/07/14 02:12:27	1.69
***************
*** 211,215 ****
  \C{} implementation for the accepted range and handling of overflow.
  Python does not support single-precision floating point numbers; the
! savings in CPU and memory usage that are usually the reason for using
  these is dwarfed by the overhead of using objects in Python, so there
  is no reason to complicate the language with two kinds of floating
--- 211,215 ----
  \C{} implementation for the accepted range and handling of overflow.
  Python does not support single-precision floating point numbers; the
! savings in processor and memory usage that are usually the reason for using
  these is dwarfed by the overhead of using objects in Python, so there
  is no reason to complicate the language with two kinds of floating