summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-15 19:47:22 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-15 19:47:22 +0200
commitce80cb14127ff5d592f0d8875a4eb781c6048d04 (patch)
tree8c2467ce60b95d3a0f00ca1079e4c83b5373699c
parent5ba9656f7796d2a4c89203e889684626ce83e705 (diff)
_eval_expr() docstring nit.
-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: