Skip to content

Commit

Permalink
docs: update import statement to include str_lit alias for string_lit…
Browse files Browse the repository at this point in the history
…eral
  • Loading branch information
kosiew committed Dec 16, 2024
1 parent 7e28012 commit 5eced8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/common-operations/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DataFusion offers mathematical functions such as :py:func:`~datafusion.functions

.. ipython:: python
from datafusion import col, literal, string_literal
from datafusion import col, literal, string_literal, str_lit
from datafusion import functions as f
df.select(
Expand Down

0 comments on commit 5eced8b

Please sign in to comment.