summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorWilli Ballenthin <willi.ballenthin@gmail.com>2023-03-23 12:12:38 +0100
committerPeter LaFosse <peter@vector35.com>2023-04-12 14:52:18 -0400
commit5721a4177f651a9d518f1a3b74caca450061e05c (patch)
treef758fe8d81d624dd588594d5cbd314c676aa1f86 /python
parent4104cde86a6452bd7b371e08d9f7d3b7b420d31c (diff)
python: core: trivial docstring update
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py
index 1fcdb77a..9e4e80c2 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -282,7 +282,6 @@ def core_set_license(licenseData: str) -> None:
``core_set_license`` is used to initialize the core with a license file that doesn't necessarily reside on a file system. This is especially useful for headless environments such as docker where loading the license file via an environment variable allows for greater security of the license file itself.
:param str licenseData: string containing the full contents of a license file
- :return: user plugin path
:rtype: None
:Example: