File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1660,7 +1660,7 @@ cdef class fmpz_mod_poly(flint_poly):
16601660 :math:`f^e \mod x^n`/
16611661
16621662 Note: For exponents larger that 2^31 (which do not fit inside a ulong) use the
1663- method :method :`~.pow_mod` with the explicit modulus `x^n`.
1663+ method :meth :`~.pow_mod` with the explicit modulus `x^n`.
16641664
16651665 >>> R = fmpz_mod_poly_ctx(163)
16661666 >>> x = R.gen()
Original file line number Diff line number Diff line change @@ -1139,7 +1139,7 @@ cdef class fq_default_poly(flint_poly):
11391139 :math:`f^e \mod x^n`/
11401140
11411141 Note: For exponents larger that 2^31 (which do not fit inside a ulong) use the
1142- method :method :`~.pow_mod` with the explicit modulus `x^n`.
1142+ method :meth :`~.pow_mod` with the explicit modulus `x^n`.
11431143
11441144 >>> R = fq_default_poly_ctx(163)
11451145 >>> x = R.gen()
You can’t perform that action at this time.
0 commit comments