Skip to content

Commit 333cf2c

Browse files
author
Matthias Koeppe
committed
More # optional
1 parent 8083bd5 commit 333cf2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/typeset/ascii_art.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
n *log(x)
2727
---------
2828
pi
29-
sage: ascii_art(list(Partitions(6)))
29+
sage: ascii_art(list(Partitions(6))) # optional - sage.combinat sage.libs.flint
3030
[ * ]
3131
[ ** * ]
3232
[ *** ** * * ]
@@ -255,7 +255,7 @@ def ascii_art(*obj, **kwds):
255255
an ascii art separator::
256256
257257
sage: sep_line = ascii_art('\n'.join(' | ' for _ in range(6)), baseline=6)
258-
sage: ascii_art(*Partitions(6), separator=sep_line, sep_baseline=0) # optional - sage.combinat
258+
sage: ascii_art(*Partitions(6), separator=sep_line, sep_baseline=0) # optional - sage.combinat sage.libs.flint
259259
| | | | | | | | | | *
260260
| | | | | | | | | ** | *
261261
| | | | | | *** | | ** | * | *

0 commit comments

Comments
 (0)