From 4f5cb72369bb829276d604db68e05628b3b37d76 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 17 Jun 2015 20:01:30 +0200 Subject: _tokenize() comment nit. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3