Skip to content

Commit 7eb1063

Browse files
authored
fix doc isna (#37192)
1 parent 9fed16c commit 7eb1063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
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)