mirror of
https://github.com/python/cpython.git
synced 2024-11-30 21:34:17 +08:00
Fix the parameter list of object. _rpow_ (#GH-16477)
This commit is contained in:
parent
e6ae90dede
commit
abc0c4fa99
@ -2331,7 +2331,7 @@ left undefined.
|
||||
object.__rfloordiv__(self, other)
|
||||
object.__rmod__(self, other)
|
||||
object.__rdivmod__(self, other)
|
||||
object.__rpow__(self, other)
|
||||
object.__rpow__(self, other[, modulo])
|
||||
object.__rlshift__(self, other)
|
||||
object.__rrshift__(self, other)
|
||||
object.__rand__(self, other)
|
||||
|
Loading…
Reference in New Issue
Block a user