Skip to content

Commit f313444

Browse files
committed
fix: correct typo in DataFrame docstring from 'iteratables' to 'iterables'
1 parent 6029cda commit f313444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/datafusion/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def with_columns(
489489
) -> DataFrame:
490490
"""Add columns to the DataFrame.
491491
492-
By passing expressions, iteratables of expressions, or named expressions.
492+
By passing expressions, iterables of expressions, or named expressions.
493493
All expressions must be :class:`~datafusion.expr.Expr` objects created via
494494
:func:`datafusion.col` or :func:`datafusion.lit`; plain strings are not
495495
accepted. To pass named expressions use the form ``name=Expr``.

0 commit comments

Comments
 (0)