Skip to content

Commit 8570c70

Browse files
erfannarimanpull[bot]
authored andcommitted
fix doc isna (#37192)
1 parent 847f2f3 commit 8570c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7309,7 +7309,7 @@ def isna(self: FrameOrSeries) -> FrameOrSeries:
73097309
-------
73107310
{klass}
73117311
Mask of bool values for each element in {klass} that
7312-
indicates whether an element is not an NA value.
7312+
indicates whether an element is an NA value.
73137313
73147314
See Also
73157315
--------

0 commit comments

Comments
 (0)