diff options
| author | KyleMiles <krm504@nyu.edu> | 2023-06-02 21:48:32 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-06-02 21:48:32 -0400 |
| commit | facb8628099e18fc1de100f354d25c93e1358ce1 (patch) | |
| tree | c90d3e8628f9d3b970720da68341cdd957f6ad1b /python/highlevelil.py | |
| parent | 5fe481c1cd3f5a17699deca7d70e48c6835b9253 (diff) | |
Fix typo in highlevelil.py docs
Diffstat (limited to 'python/highlevelil.py')
| -rw-r--r-- | python/highlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py index 4a7f3929..60359a20 100644 --- a/python/highlevelil.py +++ b/python/highlevelil.py @@ -2700,7 +2700,7 @@ class HighLevelILFunction: ``replace_expr`` allows modification of HLIL expressions :param ExpressionIndex original: the ExpressionIndex to replace (may also be an expression index) - :param ExpressionIndex new: the ExpressionIndex to add to the current LowLevelILFunction (may also be an expression index) + :param ExpressionIndex new: the ExpressionIndex to add to the current HighLevelILFunction (may also be an expression index) :rtype: None """ if isinstance(original, HighLevelILInstruction): |
