Skip to content

Commit 455c60c

Browse files
committed
fix typo
1 parent c820704 commit 455c60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/learner/base_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def uses_nth_neighbors(n):
1212
with ``n`` nearest neighbors
1313
1414
The loss function will then receive the data of the N nearest neighbors
15-
(``nth_neighbors``) aling with the data of the interval itself in a dict.
15+
(``nth_neighbors``) along with the data of the interval itself in a dict.
1616
The `~adaptive.Learner1D` will also make sure that the loss is updated
1717
whenever one of the ``nth_neighbors`` changes.
1818

0 commit comments

Comments
 (0)