Skip to content
forked from pydata/xarray

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jul 11, 2024
1 parent 69d62cb commit 205c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/groupers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def can_squeeze(self) -> bool:
"""
Do not use.
.. deprecated:: 2023.03.0
.. deprecated:: 2024.01.0
This is a deprecated method. It will be deleted when the `squeeze` kwarg is deprecated.
Only ``UniqueGrouper`` should override it.
"""
Expand Down

0 comments on commit 205c2a7

Please sign in to comment.