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

Commit

Permalink
Rename n_reduced_words -> number_of_reduced_words
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorkarn committed Oct 15, 2022
1 parent 902f784 commit d7f0d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/permutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
- Trevor K. Karn (2022-08-05): Add :meth:`Permutation.n_reduced_words`
- Amrutha P, Shriya M, Divya Aggarwal (2022-08-16): Added Multimajor Index.
- Trevor K. Karn (2022-08-05): Add :meth:`Permutation.n_reduced_words` and
- Trevor K. Karn (2022-08-05): Add :meth:`Permutation.number_of_reduced_words` and
:meth:`Permutation.stanley_symmetric_function`.
- Amrutha P, Shriya M, Divya Aggarwal (2022-08-16): Added Multimajor Index.
Expand Down Expand Up @@ -3011,7 +3011,7 @@ def rothe_diagram(self):
from sage.combinat.diagram import RotheDiagram
return RotheDiagram(self)

def n_reduced_words(self):
def number_of_reduced_words(self):
r"""
Return the number of reduced words of ``self`` without explicitly
computing them all.
Expand Down

0 comments on commit d7f0d8e

Please sign in to comment.