Skip to content

Commit 18b91dc

Browse files
lukevolpattimax-sixty
authored andcommitted
Fix typo (#4181)
1 parent 633187e commit 18b91dc

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
@@ -46,7 +46,7 @@ Here are the key properties for a ``DataArray``:
4646
Indexing
4747
--------
4848

49-
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.
49+
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.
5050

5151
.. ipython:: python
5252

0 commit comments

Comments
 (0)