mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix the parameter list of object. _rpow_ (#GH-16477)
This commit is contained in:
parent
e6ae90dede
commit
abc0c4fa99
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue