diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 00:17:43 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 00:17:43 +0200 |
| commit | f86d8f9ca28c3439226c9014cea32d461c367cb9 (patch) | |
| tree | ae53b5faf4a3de80f8f2c07ac105e9c913434f48 | |
| parent | c685e788c2aac6fd57d230988c2121c30661b971 (diff) | |
Make automatic choice type comment more accurate.
| -rw-r--r-- | kconfiglib.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
