Skip to content

Commit

Permalink
Add a bit of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ClintonWB-EBSCO committed Oct 19, 2023
1 parent 3f6a6ea commit c36f7bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/folio_migration_tools/config_file_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ def deep_merge(target_dict, source_dict, merge_keys=("name", "fileName", "file_n
# deep_merge
#
# Deeply merges nested dictionaries and lists of dictionaries.
# **Muatates the target_dict with the changes**, and returns it.
#
# For lists, attempts to match items based on the first found key in merge_keys in each item.
# If no key is found, or no match, the item is appended to the target list.
#
Expand Down

0 comments on commit c36f7bd

Please sign in to comment.