Skip to content

Commit a878ebc

Browse files
DOC: Mention units of tolerance
1 parent d8acf45 commit a878ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/time-series.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ and supports all of its schemes. All of these resampling operations work on both
203203
Dataset and DataArray objects with an arbitrary number of dimensions.
204204

205205
In order to limit the scope of the methods ``ffill``, ``bfill``, ``pad`` and
206-
``nearest`` the ``tolerance`` argument can be set. Data that has indices
207-
outside of the given ``tolerance`` are set to ``NaN``.
206+
``nearest`` the ``tolerance`` argument can be set in coordinate units.
207+
Data that has indices outside of the given ``tolerance`` are set to ``NaN``.
208208

209209
.. ipython:: python
210210

0 commit comments

Comments
 (0)