We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c334b commit 6d8e822Copy full SHA for 6d8e822
xarray/core/groupby.py
@@ -81,7 +81,8 @@ def _maybe_squeeze_indices(
81
if squeeze is None and warn:
82
emit_user_level_warning(
83
"The `squeeze` kwarg to GroupBy is being removed."
84
- "Pass .groupby(..., squeeze=False) to silence this warning."
+ "Pass .groupby(..., squeeze=False) to disable squeezing,"
85
+ " which is the new default, and to silence this warning."
86
)
87
if isinstance(indices, slice):
88
assert indices.stop - indices.start == 1
0 commit comments