diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 20:01:30 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 20:01:30 +0200 |
| commit | 4f5cb72369bb829276d604db68e05628b3b37d76 (patch) | |
| tree | bd61a9ed8ec89859504ee183fdbcdab14f7042be | |
| parent | eec0137173c84f2ab040e2941f79fe72ef054b5c (diff) | |
_tokenize() comment nit.
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index f620e11..9f4327c 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -671,7 +671,7 @@ class Config(object): # It's a keyword append(keyword) elif previous in STRING_LEX: - # What would ordinarily be considered a symbol name is + # What would ordinarily be considered an identifier is # treated as a string after certain tokens append(name) else: |
