summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 8af3a51..296a13b 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -615,7 +615,7 @@ class Config(object):
end_marker: The token that ends the block, e.g. T_ENDIF ("endif") for
ifs. None for files.
- parent: The enclosing menu, choice or if, or None if we're at the top
+ parent: The enclosing menu or choice, or None if we're at the top
level.
deps: Dependencies from enclosing menus, choices and ifs.