Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf492cf

Browse files
committedJan 5, 2025·
docs(README) Fix indentation in example
1 parent 27cfdb0 commit bf492cf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ True
4444
>>> git_location = GitURL(url='git@github.com:vcs-python/libvcs.git')
4545

4646
>>> git_location
47-
GitURL(url=git@github.com:vcs-python/libvcs.git,
48-
user=git,
49-
hostname=github.com,
50-
path=vcs-python/libvcs,
51-
suffix=.git,
52-
rule=core-git-scp)
47+
GitURL(
48+
url=git@github.com:vcs-python/libvcs.git,
49+
user=git,
50+
hostname=github.com,
51+
path=vcs-python/libvcs,
52+
suffix=.git,
53+
rule=core-git-scp)
5354
```
5455

5556
Switch repo libvcs -> vcspull:

0 commit comments

Comments
 (0)
Please sign in to comment.