diff options
| -rwxr-xr-x | menuconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py index 97e2c03..d7e9efa 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1449,7 +1449,7 @@ def _jump_to_dialog(): # No exception thrown, so the regexes are okay bad_re = None - # List of (node, node_string) tuples for the matching nodes + # List of matching nodes matches = [] for node in _searched_nodes(): |
