Skip to content

Commit

Permalink
Remove incorrect line from dropna docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-Kranzberg authored Jun 27, 2023
1 parent 09c6351 commit e5a2881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -6278,7 +6278,6 @@ def dropna(
.. versionchanged:: 1.0.0
Pass tuple or list to drop on multiple axes.
Only a single axis is allowed.
how : {'any', 'all'}, default 'any'
Expand Down

0 comments on commit e5a2881

Please sign in to comment.