[Python-checkins] r46488 - python/trunk/Doc/ref/ref5.tex

george.yoshida python-checkins at python.org
Sat May 27 18:51:46 CEST 2006


Author: george.yoshida
Date: Sat May 27 18:51:43 2006
New Revision: 46488

Modified:
   python/trunk/Doc/ref/ref5.tex
Log:
End of Ch.3 is now about "with statement".
Avoid obsolescence by directly referring to the section.


Modified: python/trunk/Doc/ref/ref5.tex
==============================================================================
--- python/trunk/Doc/ref/ref5.tex	(original)
+++ python/trunk/Doc/ref/ref5.tex	Sat May 27 18:51:43 2006
@@ -22,9 +22,9 @@
 
 When a description of an arithmetic operator below uses the phrase
 ``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:
+arguments are coerced using the coercion rules listed at
+~\ref{coercion-rules}.  If both arguments are standard numeric types,
+the following coercions are applied:
 
 \begin{itemize}
 \item	If either argument is a complex number, the other is converted


More information about the Python-checkins mailing list