From 9b5ece5425e10ad92ec9685be144b2ce638edc2a Mon Sep 17 00:00:00 2001 From: "Paulo S. Costa" Date: Tue, 16 Feb 2021 11:36:45 -0800 Subject: [PATCH] Add closing string quote to layout example --- docs/source/layout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/layout.rst b/docs/source/layout.rst index 9c998295..839298cf 100644 --- a/docs/source/layout.rst +++ b/docs/source/layout.rst @@ -79,7 +79,7 @@ The first position argument to ``Layout`` can be any Rich renderable, which will layout["right"].split( Layout(Panel("Hello")), - Layout(Panel("World!)) + Layout(Panel("World!")) ) You can also call :meth:`~rich.layout.Layout.update` to set or replace the current renderable::