From f3b1d313946238b9ee655b899dc45e9bb1d0ea59 Mon Sep 17 00:00:00 2001 From: William Andrea <22385371+wjandrea@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:36:07 -0400 Subject: [PATCH] Typo in terminology.rst The name `x` is a string, not a variable --- doc/user-guide/terminology.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/terminology.rst b/doc/user-guide/terminology.rst index 02473d5d28e..71464e88356 100644 --- a/doc/user-guide/terminology.rst +++ b/doc/user-guide/terminology.rst @@ -64,7 +64,7 @@ complete examples, please consult the relevant documentation.* distinguish :term:`Dimension coordinate` vs. :term:`Non-dimension coordinate` and :term:`Indexed coordinate` vs. :term:`Non-indexed coordinate`. A coordinate named ``x`` can be retrieved from - ``arr.coords[x]``. A ``DataArray`` can have more coordinates than + ``arr.coords["x"]``. A ``DataArray`` can have more coordinates than dimensions because a single dimension can be labeled by multiple coordinate arrays. However, only one coordinate array can be assigned as a particular dimension's dimension coordinate array.