tidy example

This commit is contained in:
Will McGugan 2020-05-31 15:22:23 +01:00
parent cec4262a57
commit d28780b716
2 changed files with 6 additions and 8 deletions

View file

@ -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