fix docstrings

This commit is contained in:
Will McGugan
2023-05-10 22:21:30 +02:00
parent 2d75ca0d77
commit 5a02f7335e

View File

@@ -852,8 +852,8 @@ class Region(NamedTuple):
```
Args:
cut: An offset from self.x where the cut should be made. May be negative,
for the offset to start from the right edge.
cut: An offset from self.y where the cut should be made. May be negative,
for the offset to start from the bottom edge.
Returns:
Two regions, which add up to the original (self).