From 5721a4177f651a9d518f1a3b74caca450061e05c Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 23 Mar 2023 12:12:38 +0100 Subject: python: core: trivial docstring update --- python/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') 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: -- cgit v1.3.1