We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bd0f5 commit 543e609Copy full SHA for 543e609
src/libvcs/url/base.py
@@ -24,7 +24,7 @@ def is_valid(self, url: str, is_explicit: Optional[bool] = None) -> bool:
24
25
@dataclasses.dataclass(repr=False)
26
class Rule(SkipDefaultFieldsReprMixin):
27
- """Structure for a rule"""
+ """A Rule represents an eligible pattern mapping to URL."""
28
29
label: str
30
"""Computer readable name / ID"""
0 commit comments