Skip to content

Commit 94273a1

Browse files
fchapotonmantepse
andauthored
Update src/sage/rings/function_field/ideal_polymod.py
Co-authored-by: Martin Rubey <[email protected]>
1 parent 8fc0906 commit 94273a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/function_field/ideal_polymod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ def _gens_two(self) -> tuple:
12511251

12521252
R = hnf.base_ring()
12531253

1254-
basis = [sum([c1 * c2 for c1, c2 in zip(row, O.basis())])
1254+
basis = [sum(c1 * c2 for c1, c2 in zip(row, O.basis()))
12551255
for row in hnf]
12561256

12571257
n = len(basis)

0 commit comments

Comments
 (0)