Skip to content

Commit

Permalink
Fix grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
sooahleex committed Sep 23, 2024
1 parent 276f180 commit 7c96e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Basic dataset item manipulations:
- [`remove_attributes`](#remove_attributes) - Removes attributes
- [`correct`](#correct) - Corrects annotaiton types
- [`astype_annotations`](#astype_annotations) - Transforms annotation types
- [`clean`](#clean) - Remove noisy data for tabular dataset
- [`clean`](#clean) - Removes noisy data for tabular dataset

Subset manipulations:
- [`random_split`](#random_split) - Splits dataset into subsets
Expand Down
2 changes: 1 addition & 1 deletion src/datumaro/plugins/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ class AstypeAnnotations(ItemTransform):
learning tasks.|n
|n
Examples:|n
- Convert the type of a `title` annotation:|n
- Converts the type of a `title` annotation:|n
.. code-block::
Expand Down

0 comments on commit 7c96e2e

Please sign in to comment.