Skip to content

Commit 51e611f

Browse files
committed
Merge branch 'issue-9203_compile_python_module_name' of https://github.com/linkml/linkml-runtime into issue-9203_compile_python_module_name
2 parents 0c68734 + 541bc2d commit 51e611f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkml_runtime/utils/compile_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def compile_python(text_or_fn: str, package_path: str = None, module_name: str =
2323
2424
:param text_or_fn: Python text or file name that references python file
2525
:param package_path: Root package path. If omitted and we've got a python file, the package is the containing directory
26-
:param module_name: Module name to be used in an import statement, default 'test'
26+
:param module_name: Used in an import statement, default 'test'
2727
:return: Compiled module
2828
"""
2929
if module_name is None:

0 commit comments

Comments
 (0)