Skip to content

Commit

Permalink
correct comment for traverse_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
selphaware committed Aug 26, 2021
1 parent 6ab095e commit d722def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conduce/conduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def traverse_list(lss: list, obj_type) -> list:

def traverse_dict(dic: dict) -> dict:
"""
traverses through list converting dictionaries to NStruct
traverses through list converting NStruct to dictionaries
:param dic: input list
:return: returns transformed list where dics are converted to NStruct
"""
Expand Down

0 comments on commit d722def

Please sign in to comment.