summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-13 15:42:26 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-13 15:42:38 +0100
commit5fe98d1d4d208ce74d8431e3d13d79f6a0962873 (patch)
tree9eb2d95352551e5f4f42267613697d6fb612ae65
parent4ae5fbf6c66d2c98f5456088345d956eb7e1ed29 (diff)
Small get_value() clarification.
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
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