Skip to content

Commit 5eced8b

Browse files
committed
docs: update import statement to include str_lit alias for string_literal
1 parent 7e28012 commit 5eced8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/common-operations/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DataFusion offers mathematical functions such as :py:func:`~datafusion.functions
3838

3939
.. ipython:: python
4040
41-
from datafusion import col, literal, string_literal
41+
from datafusion import col, literal, string_literal, str_lit
4242
from datafusion import functions as f
4343
4444
df.select(

0 commit comments

Comments
 (0)