We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79273e6 commit 8030bbdCopy full SHA for 8030bbd
src/textual/widget.py
@@ -1267,7 +1267,7 @@ def render_str(self, text_content: str | Content) -> Content:
1267
def arrange(self, size: Size, optimal: bool = False) -> DockArrangeResult:
1268
"""Arrange child widgets.
1269
1270
- This method is best left along, unless you have a deep understanding of what it does.
+ This method is best left alone, unless you have a deep understanding of what it does.
1271
1272
Args:
1273
size: Size of container.
0 commit comments