diff --git a/ocdsmerge/flatten.py b/ocdsmerge/flatten.py index 3dc003e..30d3ab8 100644 --- a/ocdsmerge/flatten.py +++ b/ocdsmerge/flatten.py @@ -164,7 +164,7 @@ def _id_value(key: int, value: Dict[str, Any], rule: Optional[MergeStrategy]) -> id_value = None identifier = str(uuid.uuid1(1)) # use 1 instead of MAC address - # Calculate the default key for the warning. + # Calculate the key for the warning, which checks for collisions using the default merge strategy. default_key = IdValue(identifier) if rule == MergeStrategy.APPEND: