Skip to content

Commit 8030bbd

Browse files
committed
docs(widget): fix typo in arrange method docstring
1 parent 79273e6 commit 8030bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ def render_str(self, text_content: str | Content) -> Content:
12671267
def arrange(self, size: Size, optimal: bool = False) -> DockArrangeResult:
12681268
"""Arrange child widgets.
12691269
1270-
This method is best left along, unless you have a deep understanding of what it does.
1270+
This method is best left alone, unless you have a deep understanding of what it does.
12711271
12721272
Args:
12731273
size: Size of container.

0 commit comments

Comments
 (0)