Skip to content

Commit abc0c4f

Browse files
hongweipengcsabella
authored andcommitted
Fix the parameter list of object. _rpow_ (#GH-16477)
1 parent e6ae90d commit abc0c4f

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
@@ -2331,7 +2331,7 @@ left undefined.
23312331
object.__rfloordiv__(self, other)
23322332
object.__rmod__(self, other)
23332333
object.__rdivmod__(self, other)
2334-
object.__rpow__(self, other)
2334+
object.__rpow__(self, other[, modulo])
23352335
object.__rlshift__(self, other)
23362336
object.__rrshift__(self, other)
23372337
object.__rand__(self, other)

0 commit comments

Comments
 (0)