mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update src/textual/geometry.py
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -323,7 +323,7 @@ class Region(NamedTuple):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def line_span(self) -> tuple[int, int]:
|
def line_span(self) -> tuple[int, int]:
|
||||||
"""Get the star and end line number (y coord).
|
"""Get the start and end line number (y coord).
|
||||||
|
|
||||||
The end value is exclusive.
|
The end value is exclusive.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user