Fix the parameter list of object. _rpow_ (#GH-16477)

This commit is contained in:
HongWeipeng 2020-01-05 16:20:29 -06:00 committed by Cheryl Sabella
parent e6ae90dede
commit abc0c4fa99

View File

@ -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)