From dbbebf27556b5c8276fe0ae3b64b16a3e8c8a1ed Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <a.schlemmer@indiscale.com> Date: Tue, 12 Nov 2024 09:19:26 +0100 Subject: [PATCH] DOC(apiutils): updated docstring for deprecated arguments --- src/linkahead/apiutils.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/linkahead/apiutils.py b/src/linkahead/apiutils.py index cd4671d2..49336aa8 100644 --- a/src/linkahead/apiutils.py +++ b/src/linkahead/apiutils.py @@ -678,6 +678,12 @@ def describe_diff(entity0_diff: dict[str, Any], entity1_diff: dict[str, Any], label_e1: str Can be used to set a custom label for the diff that is associated with the second entity. + olddiff: Any + Deprecated. Replaced by entity0_diff. + + newdiff: Any + Deprecated. Replaced by entity1_diff. + Returns: -------- A text description of the differences. -- GitLab