mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix docstrings
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user