mirror of https://github.com/Textualize/rich.git
Merge pull request #1020 from paw-lu/layout-docs-string
Add missing closing string quote to Layout example in doc
This commit is contained in:
commit
61f5a0ddae
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue