Skip to content

Commit 1c4f14c

Browse files
committed
Fix typo.
1 parent 46ccc67 commit 1c4f14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/cube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5095,7 +5095,7 @@ def interpolate(
50955095
50965096
"""
50975097
if self.is_dataless():
5098-
raise iris.exceptions.DatalessError("interoplate")
5098+
raise iris.exceptions.DatalessError("interpolate")
50995099
coords, points = zip(*sample_points)
51005100
interp = scheme.interpolator(self, coords) # type: ignore[arg-type]
51015101
return interp(points, collapse_scalar=collapse_scalar)

0 commit comments

Comments
 (0)