Skip to content

Commit

Permalink
Better return description in droplevel docstring (#29717)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored and WillAyd committed Nov 19, 2019
1 parent 547f128 commit ad4c4d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,8 @@ def droplevel(self, level, axis=0):
Returns
-------
DataFrame.droplevel()
DataFrame
DataFrame with requested index / column level(s) removed.
Examples
--------
Expand Down

0 comments on commit ad4c4d5

Please sign in to comment.