We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad3603 commit f565c09Copy full SHA for f565c09
Doc/library/functions.rst
@@ -1565,7 +1565,7 @@ are always available. They are listed here in alphabetical order.
1565
``pow(base, exp) % mod``). The two-argument form ``pow(base, exp)`` is
1566
equivalent to using the power operator: ``base**exp``.
1567
1568
- The arguments must have numeric types. With mixed operand types, the
+ When arguments are builtin numeric types with mixed operand types, the
1569
coercion rules for binary arithmetic operators apply. For :class:`int`
1570
operands, the result has the same type as the operands (after coercion)
1571
unless the second argument is negative; in that case, all arguments are
0 commit comments