This commit is contained in:
Kovid Goyal 2016-04-20 10:06:15 +05:30
parent b3bd088796
commit 16db1cad28

View File

@ -28,8 +28,7 @@ class FormatterFunctions(object):
error_function_body = ('def evaluate(self, formatter, kwargs, mi, locals):\n'
'\treturn "' +
_('Duplicate user function name {0}. '
'Change the name or ensure that the functions are identical')
+ '"')
'Change the name or ensure that the functions are identical') + '"')
def __init__(self):
self._builtins = {}