Skip to content

Commit

Permalink
fixing docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Jan 8, 2024
1 parent 39ed490 commit 62da0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/brain/similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def add_to_index(
allow_existing (True): whether to ignore (True) or raise an error
(False) when ``overwrite`` is False and a provided ID already
exists in the
warn_missing (False): whether to log a warning if an embedding is
warn_existing (False): whether to log a warning if an embedding is
not added to the index because its ID already exists
reload (True): whether to call :meth:`reload` to refresh the
current view after the update
Expand Down

0 comments on commit 62da0a6

Please sign in to comment.