diff --git a/docs/guides/pipeline/pipeline_controller.md b/docs/guides/pipeline/pipeline_controller.md index aeee8a87..958f95da 100644 --- a/docs/guides/pipeline/pipeline_controller.md +++ b/docs/guides/pipeline/pipeline_controller.md @@ -129,10 +129,10 @@ does the following: 'dataset_url': '', 'random_state': 42, 'test_size': 0.2, - } + } - # store arguments, later we will be able to change them from outside the code - task.connect(args) + # store arguments, later we will be able to change them from outside the code + task.connect(args) ``` 1. Download the data created in the previous step (specified through the `dataset_url` parameter) using diff --git a/docs/release_notes/ver_1_10.md b/docs/release_notes/ver_1_10.md index 3e224928..fd523864 100644 --- a/docs/release_notes/ver_1_10.md +++ b/docs/release_notes/ver_1_10.md @@ -4,7 +4,7 @@ title: Version 1.10 ### ClearML Server 1.10.1 -Bug Fix +**Bug Fix** * Fix WebApp does not connect to the server when using non-default ports [ClearML Server GitHub issue #191](https://github.com/allegroai/clearml-server/issues/191) ### ClearML SDK 1.10.3