From 590b594850ccd15b9e2cb2b0e8f3050d782647b3 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 3 Sep 2024 17:19:13 -0400 Subject: Ultimate. --- python/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/decorators.py') 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__: -- cgit v1.3.1