mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docstring
This commit is contained in:
@@ -195,7 +195,7 @@ class Region(NamedTuple):
|
||||
"""Create a Region from the union of other regions.
|
||||
|
||||
Args:
|
||||
regions (Sequence[Region]): One or more regions.
|
||||
regions (Collection[Region]): One or more regions.
|
||||
|
||||
Returns:
|
||||
Region: A Region that encloses all other regions.
|
||||
|
||||
Reference in New Issue
Block a user