Skip to content

Commit 594b9bf

Browse files
Improve explanation in example "Working with Multidimensional Coordinates" (#7984)
* Fix longitude-latitude order in text * Use consistently plural
1 parent da1c451 commit 594b9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/multidimensional-coords.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cell_type": "markdown",
5757
"metadata": {},
5858
"source": [
59-
"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."
59+
"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."
6060
]
6161
},
6262
{

0 commit comments

Comments
 (0)