From 5fe98d1d4d208ce74d8431e3d13d79f6a0962873 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 13 Dec 2012 15:42:26 +0100 Subject: Small get_value() clarification. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index f068a2c..c6d2a07 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -487,7 +487,7 @@ class Config(): has the value "y", then config.eval("y && (FOO || BAR)") => "y" This functions always yields a tristate value. To get the value of - non-bool, non-tristate symbols, use get_value(). + non-bool, non-tristate symbols, use Symbol.get_value(). The result of this function is consistent with how evaluation works for conditional expressions in the configuration as well as in the C -- cgit v1.2.3