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`