Skip to content

Commit

Permalink
Merge pull request #1020 from paw-lu/layout-docs-string
Browse files Browse the repository at this point in the history
Add missing closing string quote to Layout example in doc
  • Loading branch information
willmcgugan committed Feb 16, 2021
2 parents 5e353b1 + 9b5ece5 commit 61f5a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/layout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 61f5a0d

Please sign in to comment.