Skip to content

Commit 5ed0313

Browse files
committed
Fix interpolate file docstring
1 parent ff816bb commit 5ed0313

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

numojo/math/interpolate.mojo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
"""
2+
Interpolate Module - Implements interpolation functions
3+
"""
24
# ===----------------------------------------------------------------------=== #
35
# Interpolate Module - Implements interpolation functions
46
# Last updated: 2024-06-14
57
# ===----------------------------------------------------------------------=== #
6-
"""
8+
79

810
from ..core.ndarray import NDArray, NDArrayShape
911

0 commit comments

Comments
 (0)