diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-28 00:20:45 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-28 00:20:45 +0200 |
| commit | 372b90946cdcc93fb9f0713e22c785d7437c4bdc (patch) | |
| tree | f829f5a7a93fa725d94f0adc460090985f360ec1 | |
| parent | ccb2328f8cc76a67d6da2066c0a30ad340e0b402 (diff) | |
Remove stray comma in comment
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index ca68ced..c63abfe 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3443,7 +3443,7 @@ class Kconfig(object): # # - Creates implicit menus (see kconfig-language.txt) # - # - Removes 'if' nodes, + # - Removes 'if' nodes # # - Sets 'choice' types and registers choice symbols # |
