Skip to content

Commit 6e728c7

Browse files
committed
docstring
1 parent 0b27ffc commit 6e728c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/layouts/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def grid_size(self) -> tuple[int, int] | None:
3737
"""The grid size after the last arrange call.
3838
3939
Returns:
40-
A tuple of (WIDTH, HEIGHT) or `None` prior to the first `arrange`
40+
A tuple of (WIDTH, HEIGHT) or `None` prior to the first `arrange`.
4141
"""
4242
return self._grid_size
4343

0 commit comments

Comments
 (0)