Update src/textual/_layout_resolve.py

Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-02-21 11:44:25 +00:00
committed by GitHub
parent b23edf231a
commit 78f8a3ed9e

View File

@@ -17,7 +17,7 @@ class Edge(Protocol):
size: int | None
# Portion of flexible space to use if size is None
fraction: int
# Minimim size for edge, in cells
# Minimum size for edge, in cells
min_size: int