From 8ab7cba924155d1ca49f972b2ded16d44c161e2a Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 17 Feb 2014 23:16:26 -0500 Subject: [PATCH] whitespace --- Lib/tokenize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/tokenize.py b/Lib/tokenize.py index 54441ce867..a16d475c0e 100644 --- a/Lib/tokenize.py +++ b/Lib/tokenize.py @@ -212,7 +212,7 @@ class Untokenizer: toks_append = self.tokens.append startline = token[0] in (NEWLINE, NL) prevstring = False - + for tok in chain([token], iterable): toknum, tokval = tok[:2] -- 2.50.1