From f3fe6d99f6e23ed8b00339dcdda6f8d166cdb15d Mon Sep 17 00:00:00 2001 From: "mr.Shu" Date: Sun, 7 Feb 2016 15:32:12 +0100 Subject: [PATCH] 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 --- docs/source/develop/segments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/develop/segments.rst b/docs/source/develop/segments.rst index 30f4a664..543ddd57 100644 --- a/docs/source/develop/segments.rst +++ b/docs/source/develop/segments.rst @@ -305,7 +305,7 @@ Segment dictionary contains the following keys: ``side`` Segment side: ``right`` or ``left``. - ``display_condition``` + ``display_condition`` Contains function that takes three position parameters: :py:class:`powerline.PowerlineLogger` instance, :ref:`segment_info ` dictionary and current mode and returns either ``True``