diff --git a/docs/source/docs/command-reference/context_free/transform.md b/docs/source/docs/command-reference/context_free/transform.md index af8eb26685..eaa18bc7be 100644 --- a/docs/source/docs/command-reference/context_free/transform.md +++ b/docs/source/docs/command-reference/context_free/transform.md @@ -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 diff --git a/src/datumaro/plugins/transforms.py b/src/datumaro/plugins/transforms.py index bdf306da0d..9948efac8f 100644 --- a/src/datumaro/plugins/transforms.py +++ b/src/datumaro/plugins/transforms.py @@ -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::