Skip to content

Commit

Permalink
DOC: core/generic/drop doc-string change
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Oct 17, 2013
1 parent 9aba992 commit 97f5878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def drop(self, labels, axis=0, level=None):
Parameters
----------
labels : list-like; passing a string or tuple will be treated as a single index label
labels : single label or list-like
axis : int
level : int or name, default None
For MultiIndex
Expand Down

0 comments on commit 97f5878

Please sign in to comment.