diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 1e40d77839d3c..5447574c9ea4e 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -2933,7 +2933,7 @@ def dropna(self, axis=0, how='any', thresh=None, subset=None, subset : array-like Labels along other axis to consider, e.g. if you are dropping rows these would be a list of columns to include - inplace : boolean, defalt False + inplace : boolean, default False If True, do operation inplace and return None. Returns