Make docs match actual default.

This commit is contained in:
Andreas Klöckner 2013-05-13 03:56:55 -03:00
parent 72ea6730ea
commit 4c4b7a2bb6

View File

@ -43,7 +43,7 @@ def branch(pl, segment_info, status_colors=False):
'''Return the current VCS branch.
:param bool status_colors:
determines whether repository status will be used to determine highlighting. Default: True.
determines whether repository status will be used to determine highlighting. Default: False.
Highlight groups used: ``branch_clean``, ``branch_dirty``, ``branch``.
'''