diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 2520f54ae3d99b..22f4b076709f54 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -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'