Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bec397

Browse files
committed
Merge with 3.4
2 parents 9b1df38 + d0c1ea4 commit 9bec397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/HyperParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_surrounding_brackets(self, openers='([{', mustclose=False):
112112
If it is not surrounded by brackets, or the end of line comes
113113
before the closing bracket and mustclose is True, returns None.
114114
"""
115-
115+
116116
bracketinglevel = self.bracketing[self.indexbracket][1]
117117
before = self.indexbracket
118118
while (not self.isopener[before] or

0 commit comments

Comments
 (0)