Skip to content

Commit e36db19

Browse files
authored
fix klass name (#46201)
1 parent fb95ac1 commit e36db19

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)