Skip to content

Commit 85d9d2c

Browse files
authored
Typo in terminology.rst (#10897)
The name `x` is a string, not a variable
1 parent 7b1dd77 commit 85d9d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/terminology.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ complete examples, please consult the relevant documentation.*
6464
distinguish :term:`Dimension coordinate` vs. :term:`Non-dimension
6565
coordinate` and :term:`Indexed coordinate` vs. :term:`Non-indexed
6666
coordinate`. A coordinate named ``x`` can be retrieved from
67-
``arr.coords[x]``. A ``DataArray`` can have more coordinates than
67+
``arr.coords["x"]``. A ``DataArray`` can have more coordinates than
6868
dimensions because a single dimension can be labeled by multiple
6969
coordinate arrays. However, only one coordinate array can be assigned
7070
as a particular dimension's dimension coordinate array.

0 commit comments

Comments
 (0)