Skip to content

Commit 337e7dc

Browse files
committed
Replace @appender with inline docstring for DataFrame.groupby
1 parent ca4828e commit 337e7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9347,7 +9347,7 @@ def update(
93479347
# ----------------------------------------------------------------------
93489348
# Data reshaping
93499349
@deprecate_nonkeyword_arguments(
9350-
Pandas4Warning, allowed_ards=["self", "by", "level"], name="groupby"
9350+
Pandas4Warning, allowed_args=["self", "by", "level"], name="groupby"
93519351
)
93529352
def groupby(
93539353
self,

0 commit comments

Comments
 (0)