Skip to content

Commit 87e9c6c

Browse files
lukemanleyyehoshuadimarsky
authored andcommitted
fix klass name (pandas-dev#46201)
1 parent f91c784 commit 87e9c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8525,7 +8525,7 @@ def melt(
85258525

85268526
@doc(
85278527
Series.diff,
8528-
klass="Dataframe",
8528+
klass="DataFrame",
85298529
extra_params="axis : {0 or 'index', 1 or 'columns'}, default 0\n "
85308530
"Take difference over rows (0) or columns (1).\n",
85318531
other_klass="Series",

0 commit comments

Comments
 (0)