Skip to content

Commit 535b63a

Browse files
committed
Improve comment
1 parent 590c29e commit 535b63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/multi_polynomial_ideal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,7 +2446,7 @@ def saturation(self, other):
24462446
(Ideal (y, x^5) of Multivariate Polynomial Ring in x, y, z over Algebraic Field, 4)
24472447
"""
24482448
from sage.libs.singular.function_factory import ff
2449-
# function renamed in singular > 4.3.2p4, see https://github.com/sagemath/sage/pull/35980
2449+
# function renamed in singular > 4.3.2p4, see issue #35980
24502450
try:
24512451
sat = ff.elim__lib.sat_with_exp
24522452
except NameError:

0 commit comments

Comments
 (0)