Auto-format

This commit is contained in:
Ines Montani 2019-03-09 02:37:41 +01:00
parent fe0c8e147c
commit d957d7a697

View File

@ -379,7 +379,7 @@ _regular_exp = [
_regular_exp += [ _regular_exp += [
"^{prefix}[{hyphen}][{al}][{hyphen}{al}{elision}]*$".format( "^{prefix}[{hyphen}][{al}][{hyphen}{al}{elision}]*$".format(
prefix=p, prefix=p,
hyphen=HYPHENS, # putting the - first in the [] range avoids having to use a backslash hyphen=HYPHENS, # putting the - first in the [] range avoids having to use a backslash
elision=ELISION, elision=ELISION,
al=ALPHA_LOWER, al=ALPHA_LOWER,
) )