Fix a copy n' paste error found by flake8

This commit is contained in:
Adrian Sampson 2016-11-16 12:03:07 -05:00
parent 4c6bf782a2
commit 62e9a15f4d

View file

@ -230,7 +230,7 @@ class SymbolsReplaced(Backend):
'>': 'Greater_Than',
'#': 'Number_',
r'[\[\{]': '(',
r'[\[\{]': ')'
r'[\]\}]': ')',
}
@classmethod