Skip to content

Commit

Permalink
docs: Fix is_not_nan description (#18985)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller authored Sep 27, 2024
1 parent 27e2607 commit 1be1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/series/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -3695,7 +3695,7 @@ def is_infinite(self) -> Series:

def is_nan(self) -> Series:
"""
Returns a boolean Series indicating which values are not NaN.
Returns a boolean Series indicating which values are NaN.
Returns
-------
Expand Down

0 comments on commit 1be1792

Please sign in to comment.