wrong axis

This commit is contained in:
Will McGugan
2023-05-10 22:25:04 +02:00
parent 5a02f7335e
commit 0dc89dc2a8

View File

@@ -839,7 +839,7 @@ class Region(NamedTuple):
@lru_cache(maxsize=1024)
def split_horizontal(self, cut: int) -> tuple[Region, Region]:
"""Split a region in to two, from a given x offset.
"""Split a region in to two, from a given y offset.
```
┌─────────┐