Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 686d2b3

Browse files
author
Travis Scrimshaw
committed
Update comment to reflect the code change.
1 parent 53edcc0 commit 686d2b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/rings/integer_ring.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,6 @@ cdef class IntegerRing_class(PrincipalIdealDomain):
13231323
return []
13241324

13251325
# The dense algorithm is to compute the roots from the factorization.
1326-
# It is faster to let the factorization take care of the content
13271326
if algorithm == "dense":
13281327
#NOTE: the content sometimes return an ideal sometimes a number...
13291328
if parent(p).is_sparse():

0 commit comments

Comments
 (0)