Small edits (#595)

This commit is contained in:
pollfly
2023-06-15 11:22:50 +03:00
committed by GitHub
parent c256f46993
commit fdffc9c271
29 changed files with 62 additions and 62 deletions

View File

@@ -10,7 +10,7 @@ Hyper-Datasets are supported by the `allegroai` python package.
### Connecting Dataviews to a Task
Use [`Task.connect`](../references/sdk/task.md#connect) to connect a Dataview object to a Task:
Use [`Task.connect()`](../references/sdk/task.md#connect) to connect a Dataview object to a Task:
```python
from allegroai import DataView, Task