whitespace

This commit is contained in:
Terry Jan Reedy 2014-06-16 02:40:08 -04:00
parent 633c33b20e
commit 357d312fdc
1 changed files with 1 additions and 1 deletions

View File

@ -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