Skip to content

Commit 543e609

Browse files
committed
docs(url): Update docstring
1 parent b9bd0f5 commit 543e609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libvcs/url/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def is_valid(self, url: str, is_explicit: Optional[bool] = None) -> bool:
2424

2525
@dataclasses.dataclass(repr=False)
2626
class Rule(SkipDefaultFieldsReprMixin):
27-
"""Structure for a rule"""
27+
"""A Rule represents an eligible pattern mapping to URL."""
2828

2929
label: str
3030
"""Computer readable name / ID"""

0 commit comments

Comments
 (0)