summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-11 02:35:48 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-11 02:35:48 +0100
commitef82de0d1cb0c89d139d2b08e7c8ec85abfb6111 (patch)
treea9e945641821d4457dbe2e57f4d1bada809cfa2d /kconfiglib.py
parenta5445a0b0cc3739b55f941aecfce5c7f99414cd8 (diff)
Update _get_dependent() documentation.
Returns a set, not a list.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
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."""