diff --git a/pandas/core/generic.py b/pandas/core/generic.py index c4e08f50958f7..dd6a680ab1a4e 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -7476,7 +7476,7 @@ def groupby(self, by=None, axis=0, level=None, as_index=True, sort=True, aligned; see ``.align()`` method). If an ndarray is passed, the values are used as-is determine the groups. A label or list of labels may be passed to group by the columns in ``self``. Notice - that a tuple is interpreted a (single) key. + that a tuple is interpreted as a (single) key. axis : {0 or 'index', 1 or 'columns'}, default 0 Split along rows (0) or columns (1). level : int, level name, or sequence of such, default None