Skip to content

Commit 078027b

Browse files
committed
fix wording
1 parent 1163cd9 commit 078027b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/snowpark/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def lit(
350350
``bool``, ``bytes``, ``bytearray``, ``datetime.time``, ``datetime.date``,
351351
``datetime.datetime`` and ``decimal.Decimal``. Also, it supports Python structured data types,
352352
including ``list``, ``tuple`` and ``dict``, but this container must
353-
be JSON serializable. If a ``Column`` is passed, it returns the column as is.
353+
be JSON serializable. If a ``Column`` object is passed, it is returned as is.
354354
355355
Example::
356356

0 commit comments

Comments
 (0)