Skip to content

Commit 1e71b40

Browse files
committed
Fix typo in the docstring of dropna
It should be 'default' instead of 'defalt'.
1 parent 4121dca commit 1e71b40

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)