mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
whitespace
This commit is contained in:
parent
3e583307ab
commit
d0c1ea42f7
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def get_surrounding_brackets(self, openers='([{', mustclose=False):
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue