diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 13:47:45 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 13:47:45 +0100 |
| commit | aae19df6f6091bf348cd94bbfe08555f1582a254 (patch) | |
| tree | dd33fd64acac6d7723b0af24aee357d46f7bc4d7 /kconfiglib.py | |
| parent | d4c16054970bf8605b5bf9223ad1e59b8149319f (diff) | |
Small set_value() clarification.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index b76ba93..6962199 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2448,7 +2448,7 @@ class Symbol(Item, _HasVisibility): Any symbols dependent on the symbol are (recursively) invalidated, so things will just work with regards to dependencies. - v -- The value to give to the symbol.""" + v -- The user value to give to the symbol.""" old_user_val = self.user_val self._set_value_no_invalidate(v, False) |
