From 4c4b7a2bb61de03a9890c6f0e1658f629a3fb54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 13 May 2013 03:56:55 -0300 Subject: [PATCH] Make docs match actual default. --- powerline/segments/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline/segments/common.py b/powerline/segments/common.py index 094c2c1b..43ef5f4c 100644 --- a/powerline/segments/common.py +++ b/powerline/segments/common.py @@ -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``. '''