From c8774a25e00da62acfb59ec68ec233244c3cd21b Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Fri, 9 Aug 2024 20:05:26 -0400 Subject: [PATCH] fix docstrings --- dedupe/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dedupe/api.py b/dedupe/api.py index 50101c84..f89012cb 100644 --- a/dedupe/api.py +++ b/dedupe/api.py @@ -1114,7 +1114,7 @@ def __init__( ) -> None: """ Args: - variable_definition: A list of dictionaries describing + variable_definition: A list of Variable objects describing the variables will be used for training a model. See :ref:`variable_definitions`