Skip to content

Commit 1308baa

Browse files
committed
Fix DOCS after feedback
1 parent 2c2abe7 commit 1308baa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/rings/polynomial/polynomial_zz_pex.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ cdef class Polynomial_ZZ_pEX(Polynomial_template):
491491
r"""
492492
Return the polynomial obtained by reversing the coefficients
493493
of this polynomial. If degree is set then this function behaves
494-
as if this polynomial has degree `degree`.
494+
as if this polynomial has degree ``degree``.
495495
496496
EXAMPLES::
497497
@@ -547,6 +547,7 @@ cdef class Polynomial_ZZ_pEX(Polynomial_template):
547547
def inverse_series_trunc(self, prec):
548548
r"""
549549
Compute and return the inverse of self modulo `x^prec`.
550+
550551
The constant term of self must be invertible.
551552
552553
EXAMPLES::

0 commit comments

Comments
 (0)