diff options
| -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) |
