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 and snowman2 committed Feb 9, 2022
1 parent 576e4b7 commit 9b1e008
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 9b1e008

Please sign in to comment.