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

Commit c6714aa

Browse files
author
Matthias Koeppe
committed
src/sage/categories/coxeter_groups.py: Mark a doctest # optional - sage.symbolic
1 parent 4a1fc16 commit c6714aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/coxeter_groups.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ def length(self):
17101710
sage: w.length()
17111711
3
17121712
sage: W = CoxeterGroups().example()
1713-
sage: sum((x^w.length()) for w in W) - expand(prod(sum(x^i for i in range(j+1)) for j in range(4))) # This is scandalously slow!!!
1713+
sage: sum((x^w.length()) for w in W) - expand(prod(sum(x^i for i in range(j+1)) for j in range(4))) # This is scandalously slow!!! # optional - sage.symbolic
17141714
0
17151715
17161716
.. SEEALSO::

0 commit comments

Comments
 (0)