From b6f62d6f7db1e16b42bf0e5e3c6f5a0d1a3b04df Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 17 Dec 2012 19:28:37 +0100 Subject: Fix comment re. fast path. --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 2b65ee1..ee6f20d 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -720,8 +720,8 @@ class Config(): i += 1 append(value) else: - # Fast path: If the rest of the string contains no backslashes - # (almost always) we can simply look for the matching quote. + # Fast path: If the string contains no backslashes (almost + # always) we can simply look for the matching quote. end = s.find(quote, i) if end == -1: _tokenization_error(s, strlen, filename, linenr) -- cgit v1.2.3