Skip to content

Commit 25809a0

Browse files
Update python/datafusion/dataframe.py
Co-authored-by: Hendrik Makait <[email protected]>
1 parent 4aae0eb commit 25809a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def with_columns(
567567
568568
Args:
569569
exprs: Either a single expression, an iterable of expressions to add or
570-
string SQL expressions.
570+
SQL expression strings.
571571
named_exprs: Named expressions in the form of ``name=expr``
572572
573573
Returns:

0 commit comments

Comments
 (0)