Skip to content

Commit dd56924

Browse files
committed
More detailed comment
1 parent ee36eb6 commit dd56924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/rings/polynomial/polynomial_element.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2474,7 +2474,8 @@ cdef class Polynomial(CommutativePolynomial):
24742474
24752475
- ``assume_equal_deg`` (bool) -- Used for polynomials over
24762476
finite fields. If ``True``, all factors of this polynomial
2477-
are assumed to have degree ``degree``.
2477+
are assumed to have degree ``degree``. Note that ``degree``
2478+
must be set.
24782479
24792480
.. WARNING::
24802481

0 commit comments

Comments
 (0)