diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-27 16:51:43 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-27 16:51:43 (GMT) |
commit | 36895714258fbaf36f812d45072682983bbd5430 (patch) | |
tree | 533d233b8d5922963929376040a8215696d63603 /Doc/ref | |
parent | 5e0b88200eb2a127a7e7bd2516dbdc0539a9478f (diff) | |
download | cpython-36895714258fbaf36f812d45072682983bbd5430.zip cpython-36895714258fbaf36f812d45072682983bbd5430.tar.gz cpython-36895714258fbaf36f812d45072682983bbd5430.tar.bz2 |
End of Ch.3 is now about "with statement".
Avoid obsolescence by directly referring to the section.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref5.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index e64299a..89f9977 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 |