This commit is contained in:
Will McGugan 2020-06-28 17:54:43 +01:00
parent e63da0a751
commit 072069c1c1

View file

@ -13,7 +13,7 @@ Rich has a number of constants that set the box characters used to draw tables a
Some of the box drawing characters will not display correctly on Windows legacy terminal (cmd.exe) with *raster* fonts, and are disabled by default. If you want the full range of box options on Windows legacy terminal, use a *truetype* font and set the ``safe_box`` parameter on the Table class to ``False``.
The following table is generated with the following command::
The following table is generated with this command::
python -m rich.box