summaryrefslogtreecommitdiff
path: root/python/decorators.py
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-09-03 17:19:13 -0400
committerAlexander Taylor <alex@vector35.com>2024-09-13 10:52:48 -0400
commit590b594850ccd15b9e2cb2b0e8f3050d782647b3 (patch)
tree7d204faf40705c4f99918ecb7fca901dae0282c1 /python/decorators.py
parente610029c1425fdb791b3570a4397dffcad420111 (diff)
Ultimate.
Diffstat (limited to 'python/decorators.py')
-rw-r--r--python/decorators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/decorators.py b/python/decorators.py
index 6ac77be0..f9bf47bf 100644
--- a/python/decorators.py
+++ b/python/decorators.py
@@ -14,7 +14,7 @@ def passive(cls):
def enterprise(cls):
enterprise_note = '''
- .. note: This object is only available in the Enterprise edition of Binary Ninja.
+ .. note: This object is only available in the Ultimate edition of Binary Ninja.
'''
if hasattr(cls, "__doc__") and cls.__doc__: