Skip to content

Commit

Permalink
Fix typo in Python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jan 31, 2025
1 parent f735fc8 commit f799e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/udf/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ value `x` multiplied by two. The example shows declaration as [](udf-inline) and
invocation with the value `21` to yield the result `42`.

Set the language to `PYTHON` to override the default `SQL` for [](/udf/sql).
The Python code is enclosed with ``$$` and must use valid formatting.
The Python code is enclosed with `$$` and must use valid formatting.

```text
WITH
Expand Down

0 comments on commit f799e9e

Please sign in to comment.