Skip to content

Commit c8e7464

Browse files
committed
Merge branch 'fix_any_root_extension' of https://github.com/GiacomoPope/sage into fix_any_root_extension
2 parents 030ce6d + a7bdc3e commit c8e7464

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)