Skip to content

Commit c3e2a04

Browse files
committed
docs: clarify description of DataFrame methods accepting column names
1 parent 7258428 commit c3e2a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/dataframe/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ DataFusion's DataFrame API offers a wide range of operations:
129129
Column Names as Function Arguments
130130
----------------------------------
131131

132-
Some ``DataFrame`` methods accept plain strings when an argument refers to an
132+
Some ``DataFrame`` methods accept column names when an argument refers to an
133133
existing column. These include:
134134

135135
* :py:meth:`~datafusion.DataFrame.select`

0 commit comments

Comments
 (0)