We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38acf4 commit 53b69dfCopy full SHA for 53b69df
src/sage/structure/element.pyx
@@ -2655,11 +2655,11 @@ cdef class RingElement(ModuleElement):
2655
2656
cpdef _pow_int(self, n) noexcept:
2657
"""
2658
- Return the (integral) power of self.
+ Return the (integral) power of ``self``.
2659
2660
EXAMPLES::
2661
2662
- sage: a = Integers(389)['x']['y'](37)
+ sage: a = GF(389)['x']['y'](37)
2663
sage: p = sage.structure.element.RingElement.__pow__
2664
sage: p(a,2)
2665
202
0 commit comments