docs: Fix a small typo in develop/segments.rst
* The display_condition key in the docs was rendered as 'display_condition`' due to a small typo. This commit fixes that. Signed-off-by: mr.Shu <mr@shu.io>
This commit is contained in:
parent
c0b56d3888
commit
f3fe6d99f6
|
@ -305,7 +305,7 @@ Segment dictionary contains the following keys:
|
||||||
``side``
|
``side``
|
||||||
Segment side: ``right`` or ``left``.
|
Segment side: ``right`` or ``left``.
|
||||||
|
|
||||||
``display_condition```
|
``display_condition``
|
||||||
Contains function that takes three position parameters:
|
Contains function that takes three position parameters:
|
||||||
:py:class:`powerline.PowerlineLogger` instance, :ref:`segment_info
|
:py:class:`powerline.PowerlineLogger` instance, :ref:`segment_info
|
||||||
<dev-segments-info>` dictionary and current mode and returns either ``True``
|
<dev-segments-info>` dictionary and current mode and returns either ``True``
|
||||||
|
|
Loading…
Reference in New Issue