We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c7a90 commit c28fe29Copy full SHA for c28fe29
1 file changed
libvcs/parse/base.py
@@ -112,7 +112,7 @@ def register(self, cls: Matcher) -> None:
112
>>> GitURL.is_valid(url='gitlab:vcs-python/libvcs')
113
True
114
115
- git URLs + pip-style git URLs:
+ **Example: git URLs + pip-style git URLs:**
116
117
This is already in :class:`GitURL` via :data:`PIP_DEFAULT_MATCHERS`. For the
118
sake of showing how extensibility works, here is a recreation based on
0 commit comments