Update src/textual/geometry.py

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-07-05 13:04:20 +01:00
committed by GitHub
parent 951c3c567e
commit 53bb1b39a8

View File

@@ -323,7 +323,7 @@ class Region(NamedTuple):
@property
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.