Skip to content

Commit c28fe29

Browse files
committed
chore(base parser): Bolden example
1 parent 24c7a90 commit c28fe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvcs/parse/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def register(self, cls: Matcher) -> None:
112112
>>> GitURL.is_valid(url='gitlab:vcs-python/libvcs')
113113
True
114114
115-
git URLs + pip-style git URLs:
115+
**Example: git URLs + pip-style git URLs:**
116116
117117
This is already in :class:`GitURL` via :data:`PIP_DEFAULT_MATCHERS`. For the
118118
sake of showing how extensibility works, here is a recreation based on

0 commit comments

Comments
 (0)