diff --git a/src/textual/_spatial_map.py b/src/textual/_spatial_map.py index bbd814b70..835cc9904 100644 --- a/src/textual/_spatial_map.py +++ b/src/textual/_spatial_map.py @@ -73,7 +73,7 @@ class SpatialMap(Generic[ValueType]): self.total_region = total_region def get_values_in_region(self, region: Region) -> list[ValueType]: - """Get a set of values that are under a given region. + """Get a superset of all the values that intersect with a given region. Note that this may return false positives.