From 3c5a78e45a5399d272990ab2c2c485f4a690f8c6 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 12 Jul 2023 20:39:36 +0200 Subject: [PATCH 1/2] Fix longitude-latitude order in text --- doc/examples/multidimensional-coords.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/multidimensional-coords.ipynb b/doc/examples/multidimensional-coords.ipynb index f7471f05e5d..8f8b3b0c79f 100644 --- a/doc/examples/multidimensional-coords.ipynb +++ b/doc/examples/multidimensional-coords.ipynb @@ -56,7 +56,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this example, the _logical coordinates_ are `x` and `y`, while the _physical coordinates_ are `xc` and `yc`, which represent the latitudes and longitude of the data." + "In this example, the _logical coordinates_ are `x` and `y`, while the _physical coordinates_ are `xc` and `yc`, which represent the longitude and latitude of the data." ] }, { From 0fe9408ff6aba20122a64bad6e0fc7a34d8cacf6 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Wed, 12 Jul 2023 20:40:05 +0200 Subject: [PATCH 2/2] Use consistently plural --- doc/examples/multidimensional-coords.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/multidimensional-coords.ipynb b/doc/examples/multidimensional-coords.ipynb index 8f8b3b0c79f..ce8a091a5da 100644 --- a/doc/examples/multidimensional-coords.ipynb +++ b/doc/examples/multidimensional-coords.ipynb @@ -56,7 +56,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In this example, the _logical coordinates_ are `x` and `y`, while the _physical coordinates_ are `xc` and `yc`, which represent the longitude and latitude of the data." + "In this example, the _logical coordinates_ are `x` and `y`, while the _physical coordinates_ are `xc` and `yc`, which represent the longitudes and latitudes of the data." ] }, {