From 357d312fdc15e9dd9a51de1981e995e00997dd3c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 16 Jun 2014 02:40:08 -0400 Subject: [PATCH] whitespace --- Lib/idlelib/HyperParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/HyperParser.py b/Lib/idlelib/HyperParser.py index 19e4977f7c..bd92807af8 100644 --- a/Lib/idlelib/HyperParser.py +++ b/Lib/idlelib/HyperParser.py @@ -112,7 +112,7 @@ class HyperParser: If it is not surrounded by brackets, or the end of line comes before the closing bracket and mustclose is True, returns None. """ - + bracketinglevel = self.bracketing[self.indexbracket][1] before = self.indexbracket while (not self.isopener[before] or -- 2.50.1