File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,8 @@ class _LambdaExpressionGenerated(_LambdaExpressionBase):
154154 This magic method can not be used on an _LambdaExpression, because unfortunately python checks the
155155 result type and does not allow it to be a custom type.
156156 """
157- raise FunctionDefinitionError('${ o.method_name} is not supported by _LambdaExpression, since python raises an'
157+ raise FunctionDefinitionError('${ o.method_name} is not supported by mini-lambda expressions, since python '
158+ 'raises an'
158159 ' error when its output is not directly an object of the type it expects.'
159160 'Please use the ${ o.module_method_name} () method provided at mini_lambda package'
160161 ' level instead. If you did not use ${ o.method_name} in your expression, you '
You can’t perform that action at this time.
0 commit comments