Skip to content

Commit

Permalink
Fixed a mispelling of dimension in dataarray documentation for from_d…
Browse files Browse the repository at this point in the history
…ict (pydata#6020)
  • Loading branch information
josephhardinee authored Nov 23, 2021
1 parent dc68e0c commit 5db4046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -2887,7 +2887,7 @@ def from_dict(cls, d: dict) -> "DataArray":
"name": "a",
}
where "t" is the name of the dimesion, "a" is the name of the array,
where "t" is the name of the dimension, "a" is the name of the array,
and x and t are lists, numpy.arrays, or pandas objects.
Parameters
Expand Down

0 comments on commit 5db4046

Please sign in to comment.