summaryrefslogtreecommitdiff
path: root/python/highlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/highlevelil.py')
-rw-r--r--python/highlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index 0c5e7992..ba8a75ce 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -2344,7 +2344,7 @@ class HighLevelILExpr:
.. note:: Use ExpressionIndex instead
"""
- @deprecation.deprecated(details='HighLevelILExpr is deprecated. Use ExpressionIndex instead')
+ @deprecation.deprecated(deprecated_in="3.4.3997", details='Use ExpressionIndex instead')
def __init__(self, index: ExpressionIndex):
self._index = index