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