Remove @ from documentation which was present for unknown reason
This commit is contained in:
parent
34fba2286a
commit
60cc0196e8
|
@ -30,7 +30,7 @@ def hostname(only_if_ssh=False):
|
|||
|
||||
|
||||
def branch(status_colors=True):
|
||||
'''Return the current VCS branch.@
|
||||
'''Return the current VCS branch.
|
||||
|
||||
:param bool status_colors:
|
||||
determines whether repository status will be used to determine highlighting. Default: True.
|
||||
|
|
Loading…
Reference in New Issue