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 350c58b commit 37b5a0dCopy full SHA for 37b5a0d
Doc/library/functions.rst
@@ -1577,7 +1577,7 @@ are always available. They are listed here in alphabetical order.
1577
``pow(base, exp) % mod``). The two-argument form ``pow(base, exp)`` is
1578
equivalent to using the power operator: ``base**exp``.
1579
1580
- The arguments must have numeric types. With mixed operand types, the
+ When arguments are builtin numeric types with mixed operand types, the
1581
coercion rules for binary arithmetic operators apply. For :class:`int`
1582
operands, the result has the same type as the operands (after coercion)
1583
unless the second argument is negative; in that case, all arguments are
0 commit comments