Skip to content

Commit 4ad162a

Browse files
author
Matthias Koeppe
committed
sage.typeset: More # optional
1 parent 8ab391c commit 4ad162a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/typeset/character_art_factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def build(self, obj, baseline=None):
106106
-------------------------
107107
_________
108108
2*x*\/ 1 - 4*x
109-
sage: ascii_art(list(DyckWords(3)))
109+
sage: ascii_art(list(DyckWords(3))) # optional - sage.combinat
110110
[ /\ ]
111111
[ /\ /\ /\/\ / \ ]
112112
[ /\/\/\, /\/ \, / \/\, / \, / \ ]
@@ -441,7 +441,7 @@ def concatenate(self, iterable, separator, empty=None, baseline=0,
441441
EXAMPLES::
442442
443443
sage: i2 = identity_matrix(2) # optional - sage.modules
444-
sage: ascii_art(i2, i2, i2, sep=ascii_art(1/x)) # optional - sage.modules
444+
sage: ascii_art(i2, i2, i2, sep=ascii_art(1/x)) # optional - sage.modules sage.symbolic
445445
1 1
446446
[1 0]-[1 0]-[1 0]
447447
[0 1]x[0 1]x[0 1]

0 commit comments

Comments
 (0)