Skip to content

Commit

Permalink
Improve explanation in example "Working with Multidimensional Coordin…
Browse files Browse the repository at this point in the history
…ates" (#7984)

* Fix longitude-latitude order in text

* Use consistently plural
  • Loading branch information
yvonnefroehlich authored Jul 13, 2023
1 parent da1c451 commit 594b9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/multidimensional-coords.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 longitudes and latitudes of the data."
]
},
{
Expand Down

0 comments on commit 594b9bf

Please sign in to comment.