Remove @ from documentation which was present for unknown reason

This commit is contained in:
ZyX 2013-03-17 21:15:42 +04:00
parent 34fba2286a
commit 60cc0196e8
1 changed files with 1 additions and 1 deletions

View File

@ -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.