Skip to content

Commit 71f761e

Browse files
committed
reword
1 parent 2cb4836 commit 71f761e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scyjava/_stubs/_dynamic_import.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def setup_java_imports(
1313
"""Setup a module to dynamically import Java class names.
1414
1515
This function creates a `__getattr__` function that, when called, will dynamically
16-
import the requested class from the Java namespace corresponding to this module.
16+
import the requested class from the Java namespace corresponding to the calling
17+
module.
1718
1819
:param module_name: The dotted name/identifier of the module that is calling this
1920
function (usually `__name__` in the calling module).

0 commit comments

Comments
 (0)