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: Args:
cut: An offset from self.x where the cut should be made. May be negative, cut: An offset from self.y where the cut should be made. May be negative,
for the offset to start from the right edge. for the offset to start from the bottom edge.
Returns: Returns:
Two regions, which add up to the original (self). Two regions, which add up to the original (self).