From 18b91dca4938b5e390844d3751d996fae8120cb9 Mon Sep 17 00:00:00 2001 From: Luke Volpatti Date: Thu, 25 Jun 2020 15:37:55 -0400 Subject: [PATCH] Fix typo (#4181) --- doc/quick-overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quick-overview.rst b/doc/quick-overview.rst index 09b0d4c6fbb..e3d1456f017 100644 --- a/doc/quick-overview.rst +++ b/doc/quick-overview.rst @@ -46,7 +46,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