Skip to content

Commit

Permalink
Fix minor typo in docstring (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumbric authored and fmaussion committed Apr 1, 2019
1 parent 7d0e895 commit aaae999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def reindex_variables(
* nearest: use nearest valid index value
tolerance : optional
Maximum distance between original and new labels for inexact matches.
The values of the index at the matching locations most satisfy the
The values of the index at the matching locations must satisfy the
equation ``abs(index[indexer] - target) <= tolerance``.
copy : bool, optional
If ``copy=True``, data in the return values is always copied. If
Expand Down

0 comments on commit aaae999

Please sign in to comment.