Skip to content

Commit 0a74850

Browse files
committed
Fix typo Datset -> Dataset
1 parent b89896f commit 0a74850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/implementation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The function `pick3` selects the indices left and right of a given point in time
5151
Overview
5252
--------
5353

54-
:func:`tawhiri.interpolate.make_interpolator` casts the dataset to a pointer (see :class:`tawhiri.interpolate.DatsetProxy`) and wraps the Cython function `get_wind` in a closure, which does the main work.
54+
:func:`tawhiri.interpolate.make_interpolator` casts the dataset to a pointer (see :class:`tawhiri.interpolate.DatasetProxy`) and wraps the Cython function `get_wind` in a closure, which does the main work.
5555

5656
`get_wind`:
5757

0 commit comments

Comments
 (0)