]> granicus.if.org Git - python/commitdiff
End of Ch.3 is now about "with statement".
authorGeorge Yoshida <dynkin@gmail.com>
Sat, 27 May 2006 16:51:43 +0000 (16:51 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sat, 27 May 2006 16:51:43 +0000 (16:51 +0000)
Avoid obsolescence by directly referring to the section.

Doc/ref/ref5.tex

index e64299a04f759a841ee2c502f948b33e5a98ed19..89f99779003963d8d1049a53318e4d70ef207289 100644 (file)
@@ -22,9 +22,9 @@ are the same as for \code{othername}.
 
 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