summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index c76c92f..ad02373 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1379,8 +1379,7 @@ class Config(object):
#
def _eval_expr(self, expr):
- """Evaluates an expression and returns one of the tristate values "n",
- "m" or "y"."""
+ """Evaluates an expression to "n", "m", or "y"."""
# Handles e.g. an "x if y" condition where the "if y" part is missing.
if expr is None: