Skip to content

Commit 82d8812

Browse files
Merge pull request pandas-dev#11613 from berendt/fix_typo_defalt
Fix typo in the docstring of dropna
2 parents 4121dca + 1e71b40 commit 82d8812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2933,7 +2933,7 @@ def dropna(self, axis=0, how='any', thresh=None, subset=None,
29332933
subset : array-like
29342934
Labels along other axis to consider, e.g. if you are dropping rows
29352935
these would be a list of columns to include
2936-
inplace : boolean, defalt False
2936+
inplace : boolean, default False
29372937
If True, do operation inplace and return None.
29382938
29392939
Returns

0 commit comments

Comments
 (0)