From 126340cd5c3675dd5b1522787bb681a47577f0b8 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 15:20:13 +0100 Subject: Clarify Symbol.get_value(). --- kconfiglib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kconfiglib.py') 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 -- cgit v1.2.3