mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
#10676: fix bad wording in parallel with the lang ref.
This commit is contained in:
parent
dff27f714d
commit
0b883012c4
1 changed files with 3 additions and 3 deletions
|
@ -360,10 +360,10 @@ Notes:
|
||||||
See :ref:`built-in-funcs` for a full description.
|
See :ref:`built-in-funcs` for a full description.
|
||||||
|
|
||||||
(4)
|
(4)
|
||||||
Complex floor division operator, modulo operator, and :func:`divmod`.
|
|
||||||
|
|
||||||
.. deprecated:: 2.3
|
.. deprecated:: 2.3
|
||||||
Instead convert to float using :func:`abs` if appropriate.
|
The floor division operator, the modulo operator, and the :func:`divmod`
|
||||||
|
function are no longer defined for complex numbers. Instead, convert to
|
||||||
|
a floating point number using the :func:`abs` function if appropriate.
|
||||||
|
|
||||||
(5)
|
(5)
|
||||||
Also referred to as integer division. The resultant value is a whole integer,
|
Also referred to as integer division. The resultant value is a whole integer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue