change titles to title case for consistency (#60)

This commit is contained in:
pollfly
2021-09-02 10:48:37 +03:00
committed by GitHub
parent 50ffd9dafb
commit dc57b18b0a
17 changed files with 46 additions and 46 deletions

View File

@@ -52,7 +52,7 @@ For more information, see [Previews](previews.md).
For more information, see [Custom Metadata](custom_metadata.md).
## Frame structure
## Frame Structure
The panel below describes the details contained within a `frame`:
@@ -294,7 +294,7 @@ myDatasetVersion.update_frames(frames)
```
### Deleting frames
### Deleting Frames
To delete a SingleFrame, use the `DatasetVersion.delete_frames` method.