We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7569dbe commit 0b3b4d3Copy full SHA for 0b3b4d3
graalpython/lib-graalpython/__graalpython__.py
@@ -68,7 +68,7 @@ def lazy_attributes_from_delegate(module, delegate_name, attributes, owner_modul
68
This will only cache the attributes in the caller module.
69
70
:param delegate_name: the delegate module
71
- :param attributes: a list of attributes names to be loaded lazily from the delagate module
+ :param attributes: a list of attributes names to be loaded lazily from the delegate module
72
:param owner_module: the owner module (where this is called from)
73
:param on_import_error: a dict of replacement attributes in case of import error
74
:return:
0 commit comments