Skip to content

Commit 47909c2

Browse files
committed
Link another occurrence
1 parent 1daedac commit 47909c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/reference/expressions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,8 @@ This operation can be customized using the special :meth:`~object.__matmul__` an
15161516
pair: operator; //
15171517

15181518
The ``/`` (division) and ``//`` (floor division) operators yield the quotient of
1519-
their arguments. The numeric arguments are first converted to a common type.
1519+
their arguments. The numeric arguments are first
1520+
:ref:`converted to a common type <stdtypes-mixed-arithmetic>`.
15201521
Division of integers yields a float, while floor division of integers results in an
15211522
integer; the result is that of mathematical division with the 'floor' function
15221523
applied to the result. Division by zero raises the :exc:`ZeroDivisionError`

0 commit comments

Comments
 (0)