fix typo (#54)

This commit is contained in:
pollfly
2021-08-30 08:55:47 +03:00
committed by GitHub
parent 1b5c80e31d
commit 4d096f6086

View File

@@ -23,7 +23,7 @@ clearml-init
In ClearML, experiments are organized as [Tasks](../../fundamentals/task).
ClearML will automatically log your experiment and code once you integrate the ClearML [SDK](../../clearml_sdk.md) with your code.
At the begging of your code, import the clearml package
At the beginning of your code, import the clearml package
```python
from clearml import Task