Skip to content

Commit ff616a8

Browse files
committed
Some last little details.
1 parent e632044 commit ff616a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sage/combinat/symmetric_group_algebra.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,7 +2175,7 @@ def kazhdan_lusztig_basis_element(self, w):
21752175
from sage.groups.perm_gps.permgroup_named import SymmetricGroup
21762176
q = PolynomialRing(R, 'q').gen()
21772177
self._KLG = SymmetricGroup(self.n)
2178-
self._cellular_KL = KazhdanLusztigPolynomial(KLG, q)
2178+
self._cellular_KL = KazhdanLusztigPolynomial(self._KLG, q)
21792179
polyfunc = self._cellular_KL.P
21802180
else:
21812181
self._cellular_KL = Coxeter3Group(['A', self.n+1])
@@ -2870,7 +2870,8 @@ def _to_sga(self, ind):
28702870
class KLCellularBasis(SGACellularBasis):
28712871
"""
28722872
The Kazhdan-Lusztig `C'` basis (at `q = 1`) of the symmetric group
2873-
algebra realized as a cellular basis.
2873+
algebra realized as a :class:`cellular basis
2874+
<sage.algebras.cellular_basis.CellularBasis>`
28742875
28752876
EXAMPLES::
28762877

0 commit comments

Comments
 (0)