Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix changes by left feedback
In this commit, the feedback is implemented into the code changes.
  • Loading branch information
MaxVanDeursen committed Feb 28, 2019
commit b0d89576797523bf644bfdfceb9f4a7df9899600
2 changes: 1 addition & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3823,7 +3823,7 @@ def drop(self, labels=None, axis=0, index=None, columns=None,
Raises
------
KeyError
If one of the labels is not found in the selected axis.
If any of the labels is not found in the selected axis.

See Also
--------
Expand Down