Skip to content

Commit b9275d7

Browse files
committed
Change function to expect tuple instead of list
1 parent 845930c commit b9275d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/symmetric_reduction.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ cdef class SymmetricReductionStrategy:
254254
return richcmp((left._parent, left._lm, left._tail),
255255
(right._parent, right._lm, right._tail), op)
256256

257-
def gens(self) -> list:
257+
def gens(self) -> tuple:
258258
"""
259259
Return the tuple of Infinite Polynomials modulo which ``self`` reduces.
260260

0 commit comments

Comments
 (0)