From e847f50ac29ce4381376cb140d51c29f5d0175f6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 22 Apr 2022 11:48:09 +0100 Subject: [PATCH] Update src/textual/box_model.py Co-authored-by: Darren Burns --- src/textual/box_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/box_model.py b/src/textual/box_model.py index 4d04957d3..ab6e4c0f0 100644 --- a/src/textual/box_model.py +++ b/src/textual/box_model.py @@ -27,7 +27,7 @@ def get_box_model( Args: styles (StylesBase): Styles object. container_size (Size): The size of the widget container. - parent_size (Size): The size widget's parent. + parent_size (Size): The size of the widget's parent. get_auto_width (Callable): A callable which accepts container size and parent size and returns a width. get_auto_height (Callable): A callable which accepts container size and parent size and returns a height.