diff --git a/pytato/target/loopy/codegen.py b/pytato/target/loopy/codegen.py index 3901f9d7ca58374713347535a7a99f2515a576a1..2202190159cc3ed43fde5688f8b31fb3ac9f4dcf 100644 --- a/pytato/target/loopy/codegen.py +++ b/pytato/target/loopy/codegen.py @@ -1053,7 +1053,7 @@ def generate_loopy(result: Union[Array, DictOfNamedArrays, Dict[str, Array]], options = lp.Options(**options) if options.return_dict != result_is_dict: - raise ValueError("options.result_is_dict is expected to match " + raise ValueError("options.return_dict is expected to match " "whether the returned value is a dictionary") state = get_initial_codegen_state(target, options, function_name=function_name)