From: Fred Drake Date: Sat, 23 Jun 2001 06:06:21 +0000 (+0000) Subject: Use a named reference to another chapter instead of hard coding the X-Git-Tag: v2.2a3~1456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=deda9f3420ea9da5591cd4eec69f5c07f3ee5441;p=python 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. --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 37d1f2d0b1..c736b0ef4d 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -23,8 +23,8 @@ 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 3. If both arguments are standard numeric types, the -following coercions are applied: +chapter \ref{datamodel}. 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