Skip to content

Commit a7bdc3e

Browse files
GiacomoPopegrhkm21
andauthored
Apply suggestions from code review
Co-authored-by: grhkm21 <[email protected]>
1 parent 7a61d6a commit a7bdc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ cdef class Polynomial(CommutativePolynomial):
22142214

22152215
def _any_irreducible_factor_squarefree(self, degree=None, ext_degree=None):
22162216
"""
2217-
Helper function for ``any_irreducible_factor()`` which computes
2217+
Helper function for :meth:`any_irreducible_factor` which computes
22182218
an irreducible factor from self, assuming the input is
22192219
squarefree.
22202220

0 commit comments

Comments
 (0)