From 4aa63e8262d9928dfc539837357adc7a6723b10d Mon Sep 17 00:00:00 2001 From: thatneat Date: Mon, 10 Jun 2019 15:36:31 -0700 Subject: [PATCH] fix typo --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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