We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8083bd5 commit 333cf2cCopy full SHA for 333cf2c
src/sage/typeset/ascii_art.py
@@ -26,7 +26,7 @@
26
n *log(x)
27
---------
28
pi
29
- sage: ascii_art(list(Partitions(6)))
+ sage: ascii_art(list(Partitions(6))) # optional - sage.combinat sage.libs.flint
30
[ * ]
31
[ ** * ]
32
[ *** ** * * ]
@@ -255,7 +255,7 @@ def ascii_art(*obj, **kwds):
255
an ascii art separator::
256
257
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
+ sage: ascii_art(*Partitions(6), separator=sep_line, sep_baseline=0) # optional - sage.combinat sage.libs.flint
259
| | | | | | | | | | *
260
| | | | | | | | | ** | *
261
| | | | | | *** | | ** | * | *
0 commit comments