From 4f0dcfd35a142b14105ce9f9069afa3a3ea4f3e7 Mon Sep 17 00:00:00 2001 From: revital Date: Sun, 30 Apr 2023 10:53:23 +0300 Subject: [PATCH] Edit docstrings --- clearml/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearml/task.py b/clearml/task.py index f07d5c42..259e4bc1 100644 --- a/clearml/task.py +++ b/clearml/task.py @@ -1411,7 +1411,7 @@ class Task(_Task): :param object mutable: The experiment component to connect. The object must be one of the following types: - argparse - An argparse object for parameters. - - dict - A dictionary for parameters. Note: when :meth:`Task.connect` receives a dict, it supports only keys of type `str` + - dict - A dictionary for parameters. Note: the dict supports only keys of type `str` - TaskParameters - A TaskParameters object. - :class:`Model` - A model object for initial model warmup, or for model update/snapshot uploading. In practice the model should be either :class:`InputModel` or :class:`OutputModel`. - type - A Class type, storing all class properties (excluding '_' prefixed properties).