We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0e895 commit aaae999Copy full SHA for aaae999
xarray/core/alignment.py
@@ -298,7 +298,7 @@ def reindex_variables(
298
* nearest: use nearest valid index value
299
tolerance : optional
300
Maximum distance between original and new labels for inexact matches.
301
- The values of the index at the matching locations most satisfy the
+ The values of the index at the matching locations must satisfy the
302
equation ``abs(index[indexer] - target) <= tolerance``.
303
copy : bool, optional
304
If ``copy=True``, data in the return values is always copied. If
0 commit comments