diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-06-05 20:41:19 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-06-05 20:41:19 -0400 |
| commit | 56531213400439984da767ef9bc64ea4b2a091a0 (patch) | |
| tree | 0ac220b21233a1c30bfa79daab911b8b1f58b5da /python/enterprise.py | |
| parent | bdd240a8a07dd154725aef55c74202828e7384ae (diff) | |
cleanup pydoc warnings
Diffstat (limited to 'python/enterprise.py')
| -rw-r--r-- | python/enterprise.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |
