Skip to content

Commit 67d6562

Browse files
thatneatWillAyd
authored andcommitted
fix typo (#26775)
1 parent 13023c6 commit 67d6562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7476,7 +7476,7 @@ def groupby(self, by=None, axis=0, level=None, as_index=True, sort=True,
74767476
aligned; see ``.align()`` method). If an ndarray is passed, the
74777477
values are used as-is determine the groups. A label or list of
74787478
labels may be passed to group by the columns in ``self``. Notice
7479-
that a tuple is interpreted a (single) key.
7479+
that a tuple is interpreted as a (single) key.
74807480
axis : {0 or 'index', 1 or 'columns'}, default 0
74817481
Split along rows (0) or columns (1).
74827482
level : int, level name, or sequence of such, default None

0 commit comments

Comments
 (0)