Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenedor committed Nov 13, 2023
1 parent 0ac4f1a commit 1a20c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/docs/source/user_guide/sql/python_udtf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ To implement a Python UDTF, you first need to define a class implementing the me
- It is possible for the `analyze` method to accept the exact arguments expected,
mapping 1:1 with the arguments provided to the UDTF call.
- The `analyze` method can instead choose ot accept positional arguments if desired
(with `*args`) or keyword arguments (with `**kwargs`).
(using `*args`) or keyword arguments (using `**kwargs`).
Examples
--------
Expand Down

0 comments on commit 1a20c4c

Please sign in to comment.