From 0a037ccbaf2610adffa082cfeec334acdf3c23ce Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 10 May 2018 13:14:56 +0200 Subject: menuconfig: Remove confusing menu list comment Might have made it sound like _parent_menu() returns a list. --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menuconfig.py') diff --git a/menuconfig.py b/menuconfig.py index 81aed63..8b3ca40 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -916,7 +916,7 @@ def _draw_main(): def _parent_menu(node): # Returns the menu node of the menu that contains 'node'. In addition to # proper 'menu's, this might also be a 'menuconfig' symbol or a 'choice'. - # "Menu" here means a menu in the interface (a list of menu entries). + # "Menu" here means a menu in the interface. menu = node.parent while not menu.is_menuconfig: -- cgit v1.2.3