mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
odps-func: miss {{ }}
Change-Id: Ib9aee491350b060262a04c7e7a4ba869442c9bd4
This commit is contained in:
parent
3779e7d200
commit
0184a14b99
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- Create a Python function using a .py resource:
|
- Create a Python function using a .py resource:
|
||||||
|
|
||||||
`create function {{func_name}} as {{script.Func}} using 'script.py';`
|
`create function {{func_name}} as {{script.Func}} using '{{script.py}}';`
|
||||||
|
|
||||||
- Delete a function:
|
- Delete a function:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue