1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

odps-func: miss {{ }}

Change-Id: Ib9aee491350b060262a04c7e7a4ba869442c9bd4
This commit is contained in:
程亦超(何兮) 2016-05-15 16:50:36 +08:00
parent 3779e7d200
commit 0184a14b99

View file

@ -12,7 +12,7 @@
- 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: