Skip to content

Commit 1284f92

Browse files
fix: two typos in remote.rst (#6284)
* fix: two typos in remote.rst two instances of incorrect possessive of datasets's -> datasets in remote.rst * proper possessive form of datasets * fix: duplication typo in release-notes.rst "empty labels labels" -> "empty labels" * fix: author name in remote.rst Removed "1" from author name "Fei-Fei1 Li" -> "Fei-Fei Li"
1 parent c738e26 commit 1284f92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/dataset_zoo/remote.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Here's the basic recipe for working with remotely-sourced zoo datasets:
8787
You can delete the local copy of a remotely-sourced zoo dataset (or
8888
individual split(s) of it) via
8989
:meth:`delete_zoo_dataset() <fiftyone.zoo.datasets.delete_zoo_dataset>`
90-
by providing either the datasets's name or the remote source from which
90+
by providing either the dataset's name or the remote source from which
9191
you downloaded it:
9292

9393
.. code-block:: python
@@ -141,7 +141,7 @@ Here's the basic recipe for working with remotely-sourced zoo datasets:
141141
You can delete the local copy of a remotely-sourced zoo dataset (or
142142
individual split(s) of it) via
143143
:ref:`fiftyone zoo datasets delete <cli-fiftyone-zoo-datasets-delete>`
144-
by providing either the datasets's name or the remote source from which
144+
by providing either the dataset's name or the remote source from which
145145
you downloaded it:
146146

147147
.. code-block:: shell
@@ -275,7 +275,7 @@ Here are two example dataset YAML files:
275275
276276
name: voxel51/caltech101
277277
type: dataset
278-
author: Fei-Fei1 Li, Marco Andreeto, Marc'Aurelio Ranzato, Pietro Perona
278+
author: Fei-Fei Li, Marco Andreeto, Marc'Aurelio Ranzato, Pietro Perona
279279
version: 1.0.0
280280
url: https://github.com/voxel51/caltech101
281281
source: https://data.caltech.edu/records/mzrjq-6wc02

docs/source/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5315,7 +5315,7 @@ Core
53155315
- Updated the implementation of
53165316
:meth:`Detection.to_polyline() <fiftyone.core.labels.Detection.to_polyline>`
53175317
so that all attributes are included rather than just ETA-supported ones
5318-
- Added support for including empty labels labels via an `include_missing`
5318+
- Added support for including empty labels via an `include_missing`
53195319
keyword argument in
53205320
:func:`add_yolo_labels() <fiftyone.utils.yolo.add_yolo_labels>`
53215321
- Added a

0 commit comments

Comments
 (0)