Skip to content

Commit 0e31af8

Browse files
author
Matthias Koeppe
committed
More # optional
1 parent 4696b3d commit 0e31af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/words/morphism.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ def language(self, n, u=None):
20952095
True
20962096
20972097
sage: v = s.fixed_point(2)
2098-
sage: A2 = v[:200].factor_set(5)
2098+
sage: A2 = v[:200].factor_set(5) # optional - sage.modules
20992099
sage: B2 = s.language(5, [2]) # optional - sage.modules
21002100
sage: set(A2) == B2 # optional - sage.modules
21012101
True

0 commit comments

Comments
 (0)