From a235cac70ccdcd8be977b88f46be846def5e5015 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 28 Apr 2020 16:09:19 +0100 Subject: [PATCH] docs --- docs/source/panel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/panel.rst b/docs/source/panel.rst index 1bf54c9e..a96806ab 100644 --- a/docs/source/panel.rst +++ b/docs/source/panel.rst @@ -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