diff --git a/src/rez/version/_version.py b/src/rez/version/_version.py index 75d3b4397..bcacd7a34 100644 --- a/src/rez/version/_version.py +++ b/src/rez/version/_version.py @@ -1164,7 +1164,8 @@ def iter_intersect_test(self, iterable, key=None, descending=False): version order. Returns: - ~collections.abc.Iterator[tuple[bool, typing.Any]]: An iterator that returns (bool, object) tuples, where 'object' is + ~collections.abc.Iterator[tuple[bool, typing.Any]]: An iterator that returns (bool, object) tuples, + where 'object' is the original object in ``iterable``, and the bool indicates whether that version is contained in this range. """