Skip to content

Commit 0f8fb2e

Browse files
committed
Trac #21318: fixup due to recent changes in dependencies
1 parent a117f51 commit 0f8fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/recognizable_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ def __normalize__(cls,
14031403
'Coefficient ring {} is not a semiring.'.format(coefficient_ring))
14041404

14051405
from sage.categories.modules import Modules
1406-
category = category or Modules(coefficients)
1406+
category = category or Modules(coefficient_ring)
14071407

14081408
return (coefficient_ring, indices, category)
14091409

0 commit comments

Comments
 (0)