Skip to content

Commit ceeb285

Browse files
committed
minimize python diff
1 parent 503d445 commit ceeb285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/cuvs/cuvs/neighbors/cagra/cagra.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ def save(filename, Index index, bool include_dataset=True, resources=None):
944944
the dataset in the serialized index will use extra disk space, and
945945
might not be desired if you already have a copy of the dataset on
946946
disk. If this option is set to false, you will have to call
947-
`cagra.update_dataset(index, dataset)` after loading the index.
947+
`index.update_dataset(dataset)` after loading the index.
948948
{resources_docstring}
949949
950950
Examples

0 commit comments

Comments
 (0)