diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-07-02 16:40:03 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-07-02 17:09:26 -0400 |
| commit | e14338e406c0ae8fe2f97387888551c6448e3009 (patch) | |
| tree | 93c8e42186e52e66a19519a162741abbd2ae8cc8 /python/mediumlevelil.py | |
| parent | 911cca51f5125da75dc53063f71ab2e4c9309fdc (diff) | |
fix warning for (m/l)lilfunction translate docs
Diffstat (limited to 'python/mediumlevelil.py')
| -rw-r--r-- | python/mediumlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index 5d386b3f..a606ac0f 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -3957,7 +3957,7 @@ class MediumLevelILFunction: :param expr_handler: Function to modify an expression and copy it to the new function. The function should have the following signature: - .. function:: expr_handler(new_func: MediumLevelILFunction, old_block: MediumLevelILBasicBlock, old_instr: MediumLevelILInstruction) -> ExpressionIndex + expr_handler(new_func: MediumLevelILFunction, old_block: MediumLevelILBasicBlock, old_instr: MediumLevelILInstruction) -> ExpressionIndex Where: - **new_func** (*MediumLevelILFunction*): New function to receive translated instructions |
