From d431da9143f5d08420035c6f4fd04066d7bb9c72 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:43:14 -0400 Subject: [PATCH] docs: Update comment for easier readability --- ocdsmerge/flatten.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: