summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 06:40:08 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 06:40:08 (GMT)
commit357d312fdc15e9dd9a51de1981e995e00997dd3c (patch)
tree58dd25e76d96067264eeef99f7ddb717c4a111dd /Lib
parent633c33b20e3a8aeebdfaf0d8c8d9dd7b4461b33e (diff)
downloadcpython-357d312fdc15e9dd9a51de1981e995e00997dd3c.zip
cpython-357d312fdc15e9dd9a51de1981e995e00997dd3c.tar.gz
cpython-357d312fdc15e9dd9a51de1981e995e00997dd3c.tar.bz2
whitespace
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/HyperParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/HyperParser.py b/Lib/idlelib/HyperParser.py
index 19e4977..bd92807 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