Skip to content

Commit cfeacf2

Browse files
Fix the parameter list of object. _rpow_ (GH-GH-16477)
(cherry picked from commit abc0c4f) Co-authored-by: HongWeipeng <961365124@qq.com>
1 parent 183fbd1 commit cfeacf2

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)