Skip to content

Commit 0b3b4d3

Browse files
committed
Fix typo in lib-graalpython/__graalpython__.py
1 parent 7569dbe commit 0b3b4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/__graalpython__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def lazy_attributes_from_delegate(module, delegate_name, attributes, owner_modul
6868
This will only cache the attributes in the caller module.
6969
7070
:param delegate_name: the delegate module
71-
:param attributes: a list of attributes names to be loaded lazily from the delagate module
71+
:param attributes: a list of attributes names to be loaded lazily from the delegate module
7272
:param owner_module: the owner module (where this is called from)
7373
:param on_import_error: a dict of replacement attributes in case of import error
7474
:return:

0 commit comments

Comments
 (0)