Skip to content

Commit bf82227

Browse files
DOC: Fix typo (#37630)
1 parent ba8d823 commit bf82227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/shared_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
index. If a dict or Series is passed, the Series or dict VALUES
9292
will be used to determine the groups (the Series' values are first
9393
aligned; see ``.align()`` method). If an ndarray is passed, the
94-
values are used as-is determine the groups. A label or list of
94+
values are used as-is to determine the groups. A label or list of
9595
labels may be passed to group by the columns in ``self``. Notice
9696
that a tuple is interpreted as a (single) key.
9797
axis : {0 or 'index', 1 or 'columns'}, default 0

0 commit comments

Comments
 (0)