Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/user-guide/terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading