Skip to content

Commit 5daf7b1

Browse files
committed
docs(git): Fix numpy-style docs
Having a handing numpy attribute without a description at the end of a docstring leads to an empty line. See also: - daizutabi/mkapi#22 - daizutabi/mkapi#23
1 parent 8777f17 commit 5daf7b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libvcs/git.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ def remotes(self, flat=False):
367367
368368
Returns
369369
-------
370-
dict
370+
dict :
371+
dict of git upstream / remote URLs
371372
"""
372373
remotes = {}
373374

@@ -524,7 +525,8 @@ def get_git_version(self):
524525
525526
Returns
526527
-------
527-
str
528+
str :
529+
git version
528530
"""
529531
VERSION_PFX = 'git version '
530532
version = self.run(['version'])

0 commit comments

Comments
 (0)