We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1d9e4 commit 4c07a4dCopy full SHA for 4c07a4d
src/sage/categories/finite_coxeter_groups.py
@@ -14,6 +14,7 @@
14
from sage.categories.category_with_axiom import CategoryWithAxiom
15
from sage.categories.coxeter_groups import CoxeterGroups
16
17
+
18
class FiniteCoxeterGroups(CategoryWithAxiom):
19
r"""
20
The category of finite Coxeter groups.
@@ -889,7 +890,7 @@ def coxeter_knuth_graph(self):
889
890
sage: w.coxeter_knuth_graph()
891
Traceback (most recent call last):
892
...
- NotImplementedError: This has only been implemented in finite type A so far!
893
+ NotImplementedError: this has only been implemented in finite type A so far
894
"""
895
from sage.graphs.graph import Graph
896
R = [tuple(v) for v in self.reduced_words()]
0 commit comments