diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 17:09:31 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 17:09:31 +0100 |
| commit | f3fec3a57df0a81a3d99c07b5ca6053919ad6a87 (patch) | |
| tree | 29619ff0da2c068b9d69e956ca55e5129391a99c /kconfiglib.py | |
| parent | be77ecad0d374e11beb624865602ca8889493510 (diff) | |
Remove redundant newline.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 1 insertions, 2 deletions
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.""" |
