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
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ branch = with_docstring(BranchSegment(),
:param bool status_colors:
Determines whether repository status will be used to determine highlighting.
Default: False.
:param bool ignore_statuses:
:param list ignore_statuses:
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
which has just untracked files (i.e. repository with modified, deleted or