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

Commit e1ff769

Browse files
author
Travis Scrimshaw
committed
Fixed stupid mistake.
1 parent 31c8ac9 commit e1ff769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/symmetric_group_algebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _element_constructor_(self, x):
215215
return self.monomial_from_smaller_permutation(
216216
from_permutation_group_element(x))
217217

218-
return super(SymmetricGroupAlgebra, self)._element_constructor_(x)
218+
return super(SymmetricGroupAlgebra_n, self)._element_constructor_(x)
219219

220220
# _repr_ customization: output the basis element indexed by [1,2,3] as [1,2,3]
221221
_repr_option_bracket = False

0 commit comments

Comments
 (0)