We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ae90d commit abc0c4fCopy full SHA for abc0c4f
Doc/reference/datamodel.rst
@@ -2331,7 +2331,7 @@ left undefined.
2331
object.__rfloordiv__(self, other)
2332
object.__rmod__(self, other)
2333
object.__rdivmod__(self, other)
2334
- object.__rpow__(self, other)
+ object.__rpow__(self, other[, modulo])
2335
object.__rlshift__(self, other)
2336
object.__rrshift__(self, other)
2337
object.__rand__(self, other)
0 commit comments