Skip to content

Commit 205c2a7

Browse files
committed
Fix docstring
1 parent 69d62cb commit 205c2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/groupers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def can_squeeze(self) -> bool:
8181
"""
8282
Do not use.
8383
84-
.. deprecated:: 2023.03.0
84+
.. deprecated:: 2024.01.0
8585
This is a deprecated method. It will be deleted when the `squeeze` kwarg is deprecated.
8686
Only ``UniqueGrouper`` should override it.
8787
"""

0 commit comments

Comments
 (0)