Update docstring

This commit is contained in:
Will McGugan
2022-06-21 14:28:03 +01:00
parent 4f6a71bc33
commit 8378f507dd

View File

@@ -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.