Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bf492cf

Browse files
committed
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‎

Lines changed: 7 additions & 6 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /