Skip to content

Commit 40a1937

Browse files
authored
Fix typo (#4181)
1 parent 732b6cd commit 40a1937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/quick-overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Here are the key properties for a ``DataArray``:
4848
Indexing
4949
--------
5050

51-
xarray supports four kind of indexing. Since we have assigned coordinate labels to the x dimension we can use label-based indexing along that dimension just like pandas. The four examples below all yield the same result (the value at `x=10`) but at varying levels of convenience and intuitiveness.
51+
xarray supports four kinds of indexing. Since we have assigned coordinate labels to the x dimension we can use label-based indexing along that dimension just like pandas. The four examples below all yield the same result (the value at `x=10`) but at varying levels of convenience and intuitiveness.
5252

5353
.. ipython:: python
5454

0 commit comments

Comments
 (0)