[Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.47,1.48

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Jun 2001 23:06:23 -0700


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

Modified Files:
	ref5.tex 
Log Message:

Use a named reference to another chapter instead of hard coding the
chapter number.  This also makes the reference a hyperlink in the HTML
version.


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** ref5.tex	2001/06/23 05:27:20	1.47
--- ref5.tex	2001/06/23 06:06:21	1.48
***************
*** 24,29 ****
  ``the numeric arguments are converted to a common type,'' the
  arguments are coerced using the coercion rules listed at the end of
! chapter 3.  If both arguments are standard numeric types, the
! following coercions are applied:
  
  \begin{itemize}
--- 24,29 ----
  ``the numeric arguments are converted to a common type,'' the
  arguments are coerced using the coercion rules listed at the end of
! chapter \ref{datamodel}.  If both arguments are standard numeric
! types, the following coercions are applied:
  
  \begin{itemize}