Skip to content

Commit 34cacdf

Browse files
committed
docs: clarify is_nan alias
1 parent 32f5cee commit 34cacdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/datafusion/functions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def isnan(expr: Expr) -> Expr:
415415

416416

417417
def is_nan(expr: Expr) -> Expr:
418-
"""Returns true if a given number is +NaN or -NaN otherwise returns false."""
418+
"""Alias for :func:`isnan`."""
419419
return isnan(expr)
420420

421421

0 commit comments

Comments
 (0)