docstring

This commit is contained in:
Will McGugan
2022-11-21 18:04:33 +01:00
parent 2e698b1200
commit 01a3838315

View File

@@ -37,7 +37,7 @@ class SpatialMap:
"""A mapping of block coordinate on to widget placement.
Returns:
Mapping[tuple[int, int], list[WidgetPlacement]]: Mapping.
Mapping[tuple[int, int], list[WidgetPlacement]]: Mapping of coord to list of placements.
"""
if self._map is None:
self._map = self._build_placements(self._placements)