summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 06:40:24 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 06:40:24 (GMT)
commitd0c1ea42f76e19dc3d04238c29cdd14a7ce39899 (patch)
treedc903ca339a42f45f5a7e166bf4054626bda4150 /Lib/idlelib
parent3e583307ab697592a5a60f37d57b1bbee8951438 (diff)
downloadcpython-d0c1ea42f76e19dc3d04238c29cdd14a7ce39899.zip
cpython-d0c1ea42f76e19dc3d04238c29cdd14a7ce39899.tar.gz
cpython-d0c1ea42f76e19dc3d04238c29cdd14a7ce39899.tar.bz2
whitespace
Diffstat (limited to 'Lib/idlelib')
-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