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 0b27ffc commit 6e728c7Copy full SHA for 6e728c7
src/textual/layouts/grid.py
@@ -37,7 +37,7 @@ def grid_size(self) -> tuple[int, int] | None:
37
"""The grid size after the last arrange call.
38
39
Returns:
40
- A tuple of (WIDTH, HEIGHT) or `None` prior to the first `arrange`
+ A tuple of (WIDTH, HEIGHT) or `None` prior to the first `arrange`.
41
"""
42
return self._grid_size
43
0 commit comments