danieldux commited on
Commit
df77923
1 Parent(s): 43c2909

Refactor variable name in create_hierarchy_tree function

Browse files
Files changed (1) hide show
  1. isco.py +1 -1
isco.py CHANGED
@@ -40,7 +40,7 @@ def create_hierarchy_tree(hierarchy_dict: dict) -> tuple:
40
  Builds the hierarchy tree and a mapping from name to ISCO code.
41
 
42
  Args:
43
- - hierarchy_json: A dictionary representing the hierarchical structure.
44
 
45
  Returns:
46
  - tree: A dictionary representing the hierarchical structure.
 
40
  Builds the hierarchy tree and a mapping from name to ISCO code.
41
 
42
  Args:
43
+ - hierarchy_dict: A dictionary representing the hierarchical structure.
44
 
45
  Returns:
46
  - tree: A dictionary representing the hierarchical structure.