Skip to content

Commit b853a7c

Browse files
Fix the parameter list of object. _rpow_ (GH-GH-16477)
(cherry picked from commit abc0c4f) Co-authored-by: HongWeipeng <[email protected]>
1 parent cb4ed24 commit b853a7c

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
@@ -2318,7 +2318,7 @@ left undefined.
23182318
object.__rfloordiv__(self, other)
23192319
object.__rmod__(self, other)
23202320
object.__rdivmod__(self, other)
2321-
object.__rpow__(self, other)
2321+
object.__rpow__(self, other[, modulo])
23222322
object.__rlshift__(self, other)
23232323
object.__rrshift__(self, other)
23242324
object.__rand__(self, other)

0 commit comments

Comments
 (0)