From 56531213400439984da767ef9bc64ea4b2a091a0 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 5 Jun 2023 20:41:19 -0400 Subject: cleanup pydoc warnings --- python/enterprise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/enterprise.py') diff --git a/python/enterprise.py b/python/enterprise.py index a6f03836..915f6c30 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -254,7 +254,7 @@ def release_license(): .. note:: You must authenticate with the Enterprise Server before calling this. - .. note:: This will deactivate the Binary Ninja Enterprise client. You must call :func:`acquire_license` + .. note:: This will deactivate the Binary Ninja Enterprise client. You must call :func:`acquire_license` \ again to continue using Binary Ninja Enterprise in the current process. """ if not core.BNReleaseEnterpriseServerLicense(): -- cgit v1.3.1