Skip to content

Commit 6d767c3

Browse files
committed
Wrap to 80 and add code syntax highlighting
1 parent 055244d commit 6d767c3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,11 +2311,12 @@ cdef class Polynomial(CommutativePolynomial):
23112311
23122312
.. NOTE::
23132313
2314-
Any root is non-deterministic when finding linear roots of a polynomial
2315-
over the base ring. However, if ``degree`` is greater than one, or `ring`
2316-
is an extension of the base ring, then eventually the root is found by
2317-
returning a single root after factorisation. Roots found in this way are
2318-
deterministic. This may change in the future.
2314+
Any root is non-deterministic when finding linear roots of a
2315+
polynomial over the base ring. However, if ``degree`` is greater
2316+
than one, or ``ring`` is an extension of the base ring, then
2317+
eventually the root is found by returning a single root after
2318+
factorisation. Roots found in this way are deterministic.
2319+
This may change in the future.
23192320
23202321
EXAMPLES::
23212322

0 commit comments

Comments
 (0)