From aae19df6f6091bf348cd94bbfe08555f1582a254 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 13:47:45 +0100 Subject: Small set_value() clarification. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3