Skip to content

Commit

Permalink
Small fix in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Oct 13, 2023
1 parent c512c0b commit adb1cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skfda/preprocessing/missing/_interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class MissingValuesInterpolation(
For multivariate functions, such as surfaces all dimensions are
considered. This is currently done using
:external:class:`~scipy.interpolation.LinearNDInterpolator`, which
:external:class:`~scipy.interpolate.LinearNDInterpolator`, which
triangulates the space and performs linear barycentric interpolation:
>>> X = FDataGrid(
Expand Down

0 comments on commit adb1cd8

Please sign in to comment.