mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
tidy example
This commit is contained in:
parent
cec4262a57
commit
d28780b716
2 changed files with 6 additions and 8 deletions
|
@ -3,7 +3,7 @@ Columns
|
|||
|
||||
Rich can render text or other Rich renderables in neat columns with the :class:`~rich.columns.Columns` class. To use, construct a Columns instance with an iterable of renderables and print it to the Console.
|
||||
|
||||
The following example is a very basic clone of the `ls` command in OSX / Linux to list directory contents::
|
||||
The following example is a very basic clone of the ``ls`` command in OSX / Linux to list directory contents::
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue