Skip to content

Commit c530cfa

Browse files
committed
Fix docstring style on git.py
1 parent 79db1f2 commit c530cfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎igcommit/git.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ def get_symlink_target(self):
255255
"""Get the symlink target as same kind of instance
256256
257257
We just return None, if the target has no chance to be on
258-
the repository."""
258+
the repository.
259+
"""
259260
content=self.get_content()
260261
ifisabs(content):
261262
returnNone

0 commit comments

Comments
(0)