Skip to content

Commit 22bb47f

Browse files
authored
DOC: a xarray.DataArray -> an xarray.DataArray (#85)
1 parent 91aeff2 commit 22bb47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xarray_einstats/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _asdataarray(x_or_q, dim_name):
106106
return xr.DataArray(x_or_q_ary, dims=[dim_name], coords={dim_name: np.asarray(x_or_q)})
107107
raise ValueError(
108108
"To evaluate distribution methods on data with >=2 dims,"
109-
" the input needs to be a xarray.DataArray"
109+
" the input needs to be an xarray.DataArray"
110110
)
111111

112112

0 commit comments

Comments
 (0)