Skip to content

Commit 6b2ed08

Browse files
dcheriankeewis
andauthored
Apply suggestions from code review
Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
1 parent 58de38f commit 6b2ed08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/user-guide/groupby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ is identical to
290290
291291
ds.groupby(x=BinGrouper(bins))
292292
293-
; and
293+
and
294294

295295
.. code-block:: python
296296

xarray/core/groupers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def factorize(self, group: T_Group) -> EncodedGroups:
107107
class Resampler(Grouper):
108108
"""
109109
Abstract base class for Grouper objects that allow specializing resampling-type GroupBy instructions.
110+
110111
Currently only used for TimeResampler, but could be used for SpaceResampler in the future.
111112
"""
112113

0 commit comments

Comments
 (0)