Skip to content

Commit cb5917a

Browse files
JP-EllisCopilot
andauthored
Update src/pact/verifier.py
Co-authored-by: Copilot <[email protected]>
1 parent 21caed1 commit cb5917a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pact/verifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ def __init__(
13881388
"The provider branch."
13891389

13901390
self._consumer_versions: list[str | dict[str, Any]] | None = None
1391-
"List of consumer version regex patterns."
1391+
"List of consumer version selectors, which may be regex string patterns or dictionary selectors."
13921392

13931393
self._consumer_tags: list[str] | None = None
13941394
"List of consumer tags to match."

0 commit comments

Comments
 (0)