From ce80cb14127ff5d592f0d8875a4eb781c6048d04 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 15 Jun 2015 19:47:22 +0200 Subject: _eval_expr() docstring nit. --- kconfiglib.py | 3 +-- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3