Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akettmann-e24 committed Mar 31, 2022
1 parent 2d3152a commit 440c660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rich/layout.py
Expand Up @@ -300,7 +300,7 @@ def add_split(self, *layouts: Union["Layout", RenderableType]) -> None:
self._children.extend(_layouts)

def split_row(self, *layouts: Union["Layout", RenderableType]) -> None:
"""Split the layout in tow a row (Layouts side by side).
"""Split the layout in to a row (layouts side by side).
Args:
*layouts (Layout): Positional arguments should be (sub) Layout instances.
Expand Down

0 comments on commit 440c660

Please sign in to comment.