From b33b96439fd11c0ec7ad8cbadc3dd39ac5613de8 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin Date: Sat, 28 Oct 2023 10:36:41 -0400 Subject: [PATCH] Fix lint warning Signed-off-by: Jean-Christophe Morin --- src/rez/version/_version.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. """