Skip to content

Commit de52cb6

Browse files
committed
you->we
1 parent bbe1812 commit de52cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Xarray allows you to select data using the ``.sel()`` method, which uses the lab
160160

161161
>>> ds['Temperature_isobaric'].sel(x='-3292.0078')
162162

163-
By default, you need to enter the exact coordinate, but often you want to select the closest value to some number. For this, you can use ``method='nearest'``: ::
163+
By default, you need to enter the exact coordinate, but often we want to select the closest value to some number. For this, you can use ``method='nearest'``: ::
164164

165165
>>> ds['Temperature_isobaric'].sel(x='-3292', method='nearest')
166166

0 commit comments

Comments
 (0)