Skip to content

Commit

Permalink
fix klass name (pandas-dev#46201)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemanley authored Mar 3, 2022
1 parent fb95ac1 commit e36db19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -8525,7 +8525,7 @@ def melt(

@doc(
Series.diff,
klass="Dataframe",
klass="DataFrame",
extra_params="axis : {0 or 'index', 1 or 'columns'}, default 0\n "
"Take difference over rows (0) or columns (1).\n",
other_klass="Series",
Expand Down

0 comments on commit e36db19

Please sign in to comment.