diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-23 06:06:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-23 06:06:21 (GMT) |
commit | deda9f3420ea9da5591cd4eec69f5c07f3ee5441 (patch) | |
tree | 432f188fcedbd4c5ec2e02ddbb7071ad19b3da37 /Doc/ref | |
parent | 5eb4b87ae62de28b548df8480aa063862e7a02bd (diff) | |
download | cpython-deda9f3420ea9da5591cd4eec69f5c07f3ee5441.zip cpython-deda9f3420ea9da5591cd4eec69f5c07f3ee5441.tar.gz cpython-deda9f3420ea9da5591cd4eec69f5c07f3ee5441.tar.bz2 |
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.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref5.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 37d1f2d..c736b0e 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 |