From: George Yoshida Date: Sat, 27 May 2006 16:51:43 +0000 (+0000) Subject: End of Ch.3 is now about "with statement". X-Git-Tag: v2.5b1~390 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36895714258fbaf36f812d45072682983bbd5430;p=python End of Ch.3 is now about "with statement". Avoid obsolescence by directly referring to the section. --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index e64299a04f..89f9977900 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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