Skip to content

Commit

Permalink
Merge pull request #2138 from akettmann-e24/typo-fix
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
willmcgugan committed Apr 1, 2022
2 parents 3f61975 + 440c660 commit 15b4dd6
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 15b4dd6

Please sign in to comment.