From 2ce8afb2d8775dd4aa2ee661492938676fd10dcc Mon Sep 17 00:00:00 2001 From: Shunichiro Nomura Date: Mon, 30 Sep 2024 22:48:57 +0900 Subject: [PATCH] Fix typo in xarray-in-45-min.ipynb (#298) --- 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`)." ] }, {