Skip to content

Commit 2e4aff2

Browse files
committed
fix ident
1 parent b13216c commit 2e4aff2

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
@@ -565,7 +565,7 @@ def with_columns(
565565
d=lit(3)
566566
)
567567
568-
Equivalent example using just SQL strings:
568+
Equivalent example using just SQL strings:
569569
570570
df = df.with_columns(
571571
"x as a",

0 commit comments

Comments
 (0)