Update src/textual/_spatial_map.py

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2023-02-17 17:40:22 +00:00
committed by GitHub
parent 17c4e40f7c
commit af554ca1c4

View File

@@ -51,7 +51,7 @@ class SpatialMap(Generic[ValueType]):
def insert(
self, regions_and_values: Iterable[tuple[Region, bool, ValueType]]
) -> None:
"""Insert values in to the Spatial map.
"""Insert values into the Spatial map.
Values are associated with their region in Euclidean space, and a boolean that
indicates fixed regions. Fixed regions don't scroll and are always visible.