diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-25 01:51:47 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-25 01:51:47 +0200 |
| commit | 71b71a1ee51d0dc249250f7cfed0123ed1430f3f (patch) | |
| tree | d96b50af45b9ddff4942f73858866b181683b785 | |
| parent | bc34d530f4a21b5f06228d626f446c617b9c8876 (diff) | |
Fix typo in docs.
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
