mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
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.
This commit is contained in:
parent
5eb4b87ae6
commit
deda9f3420
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ are the same as for \code{othername}.
|
||||||
When a description of an arithmetic operator below uses the phrase
|
When a description of an arithmetic operator below uses the phrase
|
||||||
``the numeric arguments are converted to a common type,'' the
|
``the numeric arguments are converted to a common type,'' the
|
||||||
arguments are coerced using the coercion rules listed at the end of
|
arguments are coerced using the coercion rules listed at the end of
|
||||||
chapter 3. If both arguments are standard numeric types, the
|
chapter \ref{datamodel}. If both arguments are standard numeric
|
||||||
following coercions are applied:
|
types, the following coercions are applied:
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item If either argument is a complex number, the other is converted
|
\item If either argument is a complex number, the other is converted
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue