From 71b71a1ee51d0dc249250f7cfed0123ed1430f3f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 25 May 2015 01:51:47 +0200 Subject: Fix typo in docs. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index ddca671..47f4ba2 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -508,7 +508,7 @@ class Config(): For example, if FOO and BAR are tristate symbols at least one of which has the value "y", then config.eval("y && (FOO || BAR)") => "y" - This functions always yields a tristate value. To get the value of + This function always yields a tristate value. To get the value of non-bool, non-tristate symbols, use Symbol.get_value(). The result of this function is consistent with how evaluation works for -- cgit v1.2.3