Skip to content

Commit aaae999

Browse files
lumbricfmaussion
authored andcommitted
Fix minor typo in docstring (pydata#2860)
1 parent 7d0e895 commit aaae999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/alignment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def reindex_variables(
298298
* nearest: use nearest valid index value
299299
tolerance : optional
300300
Maximum distance between original and new labels for inexact matches.
301-
The values of the index at the matching locations most satisfy the
301+
The values of the index at the matching locations must satisfy the
302302
equation ``abs(index[indexer] - target) <= tolerance``.
303303
copy : bool, optional
304304
If ``copy=True``, data in the return values is always copied. If

0 commit comments

Comments
 (0)