From f86d8f9ca28c3439226c9014cea32d461c367cb9 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 17 Jun 2015 00:17:43 +0200 Subject: Make automatic choice type comment more accurate. --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 0afb7b6..761b754 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1036,8 +1036,8 @@ class Config(object): choice._determine_actual_symbols() - # If no type is set for the choice, its type is that of the - # first choice item + # If no type is specified for the choice, its type is that of + # the first choice item with a specified type if choice.type == UNKNOWN: for item in choice.actual_symbols: if item.type != UNKNOWN: -- cgit v1.2.3