Skip to content

Commit f6abb61

Browse files
minggliTomAugspurger
authored andcommitted
styling deprecated message (pandas-dev#21210)
1 parent dc02831 commit f6abb61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/core/frame.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -4177,8 +4177,9 @@ def dropna(self, axis=0, how='any', thresh=None, subset=None,
41774177
* 0, or 'index' : Drop rows which contain missing values.
41784178
* 1, or 'columns' : Drop columns which contain missing value.
41794179
4180-
.. deprecated:: 0.23.0: Pass tuple or list to drop on multiple
4181-
axes.
4180+
.. deprecated:: 0.23.0
4181+
Pass tuple or list to drop on multiple axes.
4182+
41824183
how : {'any', 'all'}, default 'any'
41834184
Determine if row or column is removed from DataFrame, when we have
41844185
at least one NA or all NA.

0 commit comments

Comments
 (0)