We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8acf45 commit a878ebcCopy full SHA for a878ebc
doc/time-series.rst
@@ -203,8 +203,8 @@ and supports all of its schemes. All of these resampling operations work on both
203
Dataset and DataArray objects with an arbitrary number of dimensions.
204
205
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``.
+``nearest`` the ``tolerance`` argument can be set in coordinate units.
+Data that has indices outside of the given ``tolerance`` are set to ``NaN``.
208
209
.. ipython:: python
210
0 commit comments