From 3bf4c7b4443ada154f4f86faf74c635de5ab2a81 Mon Sep 17 00:00:00 2001 From: Shunichiro Nomura Date: Thu, 26 Sep 2024 19:04:55 +0900 Subject: [PATCH] Fix typo in xarray-in-45-min.ipynb --- overview/xarray-in-45-min.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/xarray-in-45-min.ipynb b/overview/xarray-in-45-min.ipynb index 867561db..36667327 100644 --- a/overview/xarray-in-45-min.ipynb +++ b/overview/xarray-in-45-min.ipynb @@ -146,7 +146,7 @@ "\n", "`.dims` correspond to the axes of your data. \n", "\n", - "In this case we have 2 spatial dimensions (`latitude` and `longitude` are store with shorthand names `lat` and `lon`) and one temporal dimension (`time`)." + "In this case we have 2 spatial dimensions (`latitude` and `longitude` are stored with shorthand names `lat` and `lon`) and one temporal dimension (`time`)." ] }, {