From ec0d4308171b4fd67242e084eceede31c33a9d08 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 2 Jul 2025 17:08:06 -0400 Subject: must escape newlines in long parameter descriptions --- python/workflow.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/workflow.py') diff --git a/python/workflow.py b/python/workflow.py index bf48e5d8..6e4c6730 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -124,10 +124,10 @@ class AnalysisContext: Set the Medium Level IL function in the current analysis, giving updated Low Level IL (SSA) to Medium Level IL instruction and expression mappings. :param new_func: New MLIL function - :param llil_ssa_to_mlil_instr_map: Mapping from every LLIL SSA instruction to + :param llil_ssa_to_mlil_instr_map: Mapping from every LLIL SSA instruction to \ every MLIL instruction - :param llil_ssa_to_mlil_expr_map: Mapping from every LLIL SSA expression to - one or more MLIL expressions (first expression + :param llil_ssa_to_mlil_expr_map: Mapping from every LLIL SSA expression to \ + one or more MLIL expressions (first expression \ will be the primary) """ if llil_ssa_to_mlil_instr_map is None or llil_ssa_to_mlil_expr_map is None: -- cgit v1.3.1