Skip to content

Commit 62da0a6

Browse files
committed
fixing docstring typo
1 parent 39ed490 commit 62da0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fiftyone/brain/similarity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def add_to_index(
442442
allow_existing (True): whether to ignore (True) or raise an error
443443
(False) when ``overwrite`` is False and a provided ID already
444444
exists in the
445-
warn_missing (False): whether to log a warning if an embedding is
445+
warn_existing (False): whether to log a warning if an embedding is
446446
not added to the index because its ID already exists
447447
reload (True): whether to call :meth:`reload` to refresh the
448448
current view after the update

0 commit comments

Comments
 (0)