Python Forum

Full Version: Problem with regexs and arrays
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if someone could help me understand this line of code
self.lang_config[lang][x][str(i)]['re'] = (
                        re.compile(self.lang_config[lang][x][str(i)]['match']
It is not a line of code. There are unmatched parentheses.