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

Commit 47974db

Browse files
committed
one more detail
1 parent 4a1c0f0 commit 47974db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/schubert_polynomial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def one_basis(self):
332332
sage: X.one() # indirect doctest
333333
X[1]
334334
"""
335-
return self.indices()([1])
335+
return self._indices([1])
336336

337337
def _element_constructor_(self, x):
338338
"""

0 commit comments

Comments
 (0)