Skip to content

Commit 9b1e008

Browse files
josephhardineesnowman2
authored andcommitted
Fixed a mispelling of dimension in dataarray documentation for from_dict (pydata#6020)
1 parent 576e4b7 commit 9b1e008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2887,7 +2887,7 @@ def from_dict(cls, d: dict) -> "DataArray":
28872887
"name": "a",
28882888
}
28892889
2890-
where "t" is the name of the dimesion, "a" is the name of the array,
2890+
where "t" is the name of the dimension, "a" is the name of the array,
28912891
and x and t are lists, numpy.arrays, or pandas objects.
28922892
28932893
Parameters

0 commit comments

Comments
 (0)