File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/sage/rings/polynomial Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2478,11 +2478,11 @@ cdef class Polynomial(CommutativePolynomial):
24782478 For finite fields, ``any_root()`` is non-deterministic when
24792479 finding linear roots of a polynomial over the base ring.
24802480 However, if ``degree`` is greater than one, or ``ring`` is an
2481- extension of the base ring, then eventually the root is found
2482- by returning a single root after factorisation. Roots found
2481+ extension of the base ring, then the root computed is found
2482+ by attempting to return a root after factorisation. Roots found
24832483 in this way are deterministic. This may change in the future.
24842484 For all other rings or fields, roots are found by first
2485- fully-factoring the polynomial and the output is deterministic.
2485+ fully-factoring ``self`` and the output is deterministic.
24862486
24872487 EXAMPLES::
24882488
You can’t perform that action at this time.
0 commit comments