From 4d096f6086561d0a2ce06e597ce3dbee40e3f7b3 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Mon, 30 Aug 2021 08:55:47 +0300 Subject: [PATCH] fix typo (#54) --- docs/getting_started/ds/ds_first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/ds/ds_first_steps.md b/docs/getting_started/ds/ds_first_steps.md index 57a52507..e8d0e347 100644 --- a/docs/getting_started/ds/ds_first_steps.md +++ b/docs/getting_started/ds/ds_first_steps.md @@ -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