Skip to content

Commit 770e878

Browse files
Add missing space in exception message (#6590)
1 parent 3920c48 commit 770e878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def __init__(
312312
if not hashable(group):
313313
raise TypeError(
314314
"`group` must be an xarray.DataArray or the "
315-
"name of an xarray variable or dimension."
315+
"name of an xarray variable or dimension. "
316316
f"Received {group!r} instead."
317317
)
318318
group = obj[group]

0 commit comments

Comments
 (0)