Skip to content

Commit

Permalink
Fix typo (#4181)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevolpatti authored Jun 25, 2020
1 parent 732b6cd commit 40a1937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/quick-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Here are the key properties for a ``DataArray``:
Indexing
--------

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.
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.

.. ipython:: python
Expand Down

0 comments on commit 40a1937

Please sign in to comment.