Skip to content

Commit 4c07a4d

Browse files
committed
fix doctest
1 parent 0e1d9e4 commit 4c07a4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/categories/finite_coxeter_groups.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from sage.categories.category_with_axiom import CategoryWithAxiom
1515
from sage.categories.coxeter_groups import CoxeterGroups
1616

17+
1718
class FiniteCoxeterGroups(CategoryWithAxiom):
1819
r"""
1920
The category of finite Coxeter groups.
@@ -889,7 +890,7 @@ def coxeter_knuth_graph(self):
889890
sage: w.coxeter_knuth_graph()
890891
Traceback (most recent call last):
891892
...
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
893894
"""
894895
from sage.graphs.graph import Graph
895896
R = [tuple(v) for v in self.reduced_words()]

0 commit comments

Comments
 (0)