Fix docstring typo (#434)

* change task_name

* fix typo
This commit is contained in:
pollfly 2021-08-24 18:15:12 +03:00 committed by GitHub
parent aba130eb1f
commit 31b6e973af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1451,7 +1451,7 @@ class Task(_Task):
"""
Register (add) an artifact for the current Task. Registered artifacts are dynamically sychronized with the
**ClearML Server** (backend). If a registered artifact is updated, the update is stored in the
**ClearML Server** (backend). Registered artifacts are primarily used for Data Audition.
**ClearML Server** (backend). Registered artifacts are primarily used for Data Auditing.
The currently supported registered artifact object type is a pandas.DataFrame.