From ef82de0d1cb0c89d139d2b08e7c8ec85abfb6111 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 02:35:48 +0100 Subject: Update _get_dependent() documentation. Returns a set, not a list. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index e72f828..7950bad 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2919,7 +2919,7 @@ class Symbol(Item, _HasVisibility): .format(self.type)) def _get_dependent(self): - """Returns the list of symbols that should be invalidated if the value + """Returns the set of symbols that should be invalidated if the value of the symbol changes, because they might be affected by the change. Note that this is an internal API -- it's probably of limited usefulness to clients.""" -- cgit v1.2.3