Skip to content

Commit 2169a0e

Browse files
committed
fix codespell typo
1 parent 9a95efa commit 2169a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cebra/distributions/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def search(self, continuous, discrete=None):
215215
Samples from the continuous index
216216
discrete:
217217
Optionally matching samples from the discrete index,
218-
used to pre-select matching indices.
218+
used to preselect matching indices.
219219
"""
220220
if continuous.shape[1] != self.continuous.shape[1]:
221221
raise ValueError(f"Shape of continuous index does not match along "

0 commit comments

Comments
 (0)