mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
doc fix
This commit is contained in:
parent
31987b8ad6
commit
d12bd2efae
2 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,6 @@ You can set the border style by importing one of the preset :class:`~rich.box.Bo
|
|||
from rich import box
|
||||
table = Table(title="Star Wars Movies", box=box.MINIMAL_DOUBLE_HEAD)
|
||||
|
||||
See :ref:`appendix-box` for other box styles.
|
||||
See :ref:`appendix_box` for other box styles.
|
||||
|
||||
The :class:`~rich.table.Table` class offers a number of configuration options to set the look and feel of the table, including how borders are rendered and the style and alignment of the columns.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue