diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 37087bd..5d28d04 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2245,7 +2245,8 @@ class Symbol(Item, _HasVisibility): # def get_value(self): - """Calculate and return the value of the symbol.""" + """Calculate and return the value of the symbol. See also + Symbol.set_user_value().""" if self.cached_value is not None: return self.cached_value |
