We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1dd77 commit 85d9d2cCopy full SHA for 85d9d2c
doc/user-guide/terminology.rst
@@ -64,7 +64,7 @@ complete examples, please consult the relevant documentation.*
64
distinguish :term:`Dimension coordinate` vs. :term:`Non-dimension
65
coordinate` and :term:`Indexed coordinate` vs. :term:`Non-indexed
66
coordinate`. A coordinate named ``x`` can be retrieved from
67
- ``arr.coords[x]``. A ``DataArray`` can have more coordinates than
+ ``arr.coords["x"]``. A ``DataArray`` can have more coordinates than
68
dimensions because a single dimension can be labeled by multiple
69
coordinate arrays. However, only one coordinate array can be assigned
70
as a particular dimension's dimension coordinate array.
0 commit comments