small edits (#15)

Remove orphaned Hyper Dataset SDK reference links
This commit is contained in:
pollfly
2021-07-15 16:46:18 +03:00
committed by GitHub
parent 69fac20824
commit c0b01c760b
9 changed files with 31 additions and 31 deletions

View File

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