From f3fec3a57df0a81a3d99c07b5ca6053919ad6a87 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 15 Dec 2012 17:09:31 +0100 Subject: Remove redundant newline. --- kconfiglib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 5ccee20..aa2ee04 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2726,8 +2726,7 @@ class Symbol(Item, _HasVisibility): """Returns True if the symbol is contained in a choice statement and is the selected item, otherwise False. Equivalent to 'sym.is_choice_symbol() and sym.get_parent().get_selection() is sym'.""" - return self.is_choice_symbol_ and \ - self.parent.get_selection() is self + return self.is_choice_symbol_ and self.parent.get_selection() is self def __str__(self): """Returns a string containing various information about the symbol.""" -- cgit v1.2.3