Fix data type in branch segment documentation

Closes #1827
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2017-09-02 22:39:28 +03:00 committed by GitHub
parent 5a24eceae9
commit 5adb7d11a3

View File

@ -46,7 +46,7 @@ branch = with_docstring(BranchSegment(),
:param bool status_colors: :param bool status_colors:
Determines whether repository status will be used to determine highlighting. Determines whether repository status will be used to determine highlighting.
Default: False. Default: False.
:param bool ignore_statuses: :param list ignore_statuses:
List of statuses which will not result in repo being marked as dirty. Most List of statuses which will not result in repo being marked as dirty. Most
useful is setting this option to ``["U"]``: this will ignore repository useful is setting this option to ``["U"]``: this will ignore repository
which has just untracked files (i.e. repository with modified, deleted or which has just untracked files (i.e. repository with modified, deleted or