From 8c0f42a4f82d3e4ed9496f3da3baf9c74820f09f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 12 Sep 2020 14:49:28 +0100 Subject: [PATCH] docs --- docs/source/group.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/group.rst b/docs/source/group.rst index 91f8a2f0..799c0d18 100644 --- a/docs/source/group.rst +++ b/docs/source/group.rst @@ -3,7 +3,7 @@ Render Groups The :class:`~rich.console.RenderGroup` class allows you to group several renderables together so they may be rendered in a context where only a single renderable may be supplied. For instance, you might want to display several renderables within a :class:`~rich.panel.Panel`. -To render two panels within a third panel, you would construct a RenderGroup with the *child* renderables as positional arguments then construct another panel with the result:: +To render two panels within a third panel, you would construct a RenderGroup with the *child* renderables as positional arguments then wrap the result in another Panel:: from rich import print from rich.console import RenderGroup