Skip to content

Commit c56cd23

Browse files
committed
Parameters back to args
1 parent 43e2529 commit c56cd23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/datafusion/functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,7 @@ def order_by(expr: Expr, ascending: bool = True, nulls_first: bool = True) -> So
483483
def alias(expr: Expr, name: str, metadata: dict[str, str] | None = None) -> Expr:
484484
"""Creates an alias expression with an optional metadata dictionary.
485485
486-
Parameters:
487-
-----------
486+
Args:
488487
expr: The expression to alias
489488
name: The alias name
490489
metadata: Optional metadata to attach to the column

0 commit comments

Comments
 (0)