From 86750d9874a2f3dbee0b846e3bb9008c57c1f6c5 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 25 Jan 2018 02:46:10 +0100 Subject: Comment nit --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 428b15b..02a45f8 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3696,7 +3696,7 @@ def expr_value(expr): # ...then compare them lexicographically comp = _strcmp(op1.str_value, op2.str_value) else: - # Otherwise, try to compare them as numbers. + # Otherwise, try to compare them as numbers try: comp = _sym_to_num(op1) - _sym_to_num(op2) except ValueError: -- cgit v1.2.3