Skip to content

Commit 45f3987

Browse files
committed
gh-86069: correct object.__ipow__() signature
There is no way to call ternary form of this dunder.
1 parent 2dd0188 commit 45f3987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,7 @@ left undefined.
33763376
object.__itruediv__(self, other)
33773377
object.__ifloordiv__(self, other)
33783378
object.__imod__(self, other)
3379-
object.__ipow__(self, other[, modulo])
3379+
object.__ipow__(self, other)
33803380
object.__ilshift__(self, other)
33813381
object.__irshift__(self, other)
33823382
object.__iand__(self, other)

0 commit comments

Comments
 (0)