This commit is contained in:
Will McGugan 2020-04-28 16:09:19 +01:00
parent 5ccd78710f
commit a235cac70c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Panel
=====
To draw a border around any content construct a :class:`~rich.panel.Panel` object with any *renderable* as the first positional argument. Here's an example::
To draw a border around any content, construct a :class:`~rich.panel.Panel` with any *renderable* as the first positional argument. Here's an example::
from rich import print
from rich.panel import Panel