mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
Add closing string quote to layout example
This commit is contained in:
parent
5e353b1785
commit
9b5ece5425
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue