Small edits (#689)

This commit is contained in:
pollfly
2023-10-09 15:48:19 +03:00
committed by GitHub
parent 5dad105950
commit 3a4b10e43b
31 changed files with 95 additions and 97 deletions

View File

@@ -22,7 +22,7 @@ task.connect(dataview)
### Accessing a Task's Dataviews
Use the `Task.get_dataviews` method to access the Dataviews that are connected to a Task.
Use `Task.get_dataviews()` to access the Dataviews that are connected to a Task.
```python
task.get_dataviews()