summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
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 8d48425..94eca04 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -605,7 +605,7 @@ class Config(object):
visible_if_deps, res)
def _parse_block(self, line_feeder, end_marker, parent, deps,
- visible_if_deps=None, res=None):
+ visible_if_deps, res=None):
"""Parses a block, which is the contents of either a file or an if,
menu, or choice statement. Returns a list with the Items in the block.