File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ repository:
576576 bool | buffer | bytearray | bytes | complex | dict | float |
577577 frozenset | int | list | long | memoryview | object | property |
578578 range | set | slice | str | tuple | type | unicode | xrange)
579- \b\s* (?!(\())
579+ \b(?!(\s* \())
580580
581581 character-class :
582582 patterns :
Original file line number Diff line number Diff line change 15961596 bool | buffer | bytearray | bytes | complex | dict | float |
15971597 frozenset | int | list | long | memoryview | object | property |
15981598 range | set | slice | str | tuple | type | unicode | xrange)
1599- \b\s* (?!(\()) </string >
1599+ \b(?!(\s* \()) </string >
16001600 <key >name </key >
16011601 <string >support.type.python </string >
16021602 </dict >
You can’t perform that action at this time.
0 commit comments