diff options
Diffstat (limited to 'python/decorators.py')
| -rw-r--r-- | python/decorators.py | 2 |
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__: |
