Small edits (#119)

This commit is contained in:
pollfly
2021-11-21 09:42:29 +02:00
committed by GitHub
parent 014d7b960a
commit 24e1fbf934
3 changed files with 7 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ To update a SingleFrame:
* Access the SingleFrame by calling the [`DatasetVersion.get_single_frame`](../references/hyperdataset/hyperdatasetversion.md#datasetversionget_single_frame)
method
* Make changes to the frame
* Update the frame in a DatasetVersion using the [`DatasetVersion.update_frames`](../references/hyperdataset/hyperdatasetversion.md##update_frames)
* Update the frame in a DatasetVersion using the [`DatasetVersion.update_frames`](../references/hyperdataset/hyperdatasetversion.md#update_frames)
method.
```python