diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-04-25 13:01:36 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-04-25 13:01:36 -0400 |
| commit | 4f8c8720c2c27e7c5df529c9b0cb2b3ad364fb67 (patch) | |
| tree | 145db738d9cf64c5770f1801660fe31cf24c3faa /python/highlevelil.py | |
| parent | 8c3e3cf501d42c6abcabb5d3891c804dcfd8de86 (diff) | |
Fix deprecation warning formatting in docs, require deprecated_in parameter
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 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 |
