Clarified some inlinefunc docs.
This commit is contained in:
parent
3188f89e47
commit
23bfa1f84e
2 changed files with 16 additions and 7 deletions
|
|
@ -32,7 +32,7 @@ Example:
|
|||
|
||||
An inline function should have the following call signature:
|
||||
|
||||
def funcname(text, *args)
|
||||
def funcname(text, *args, **kwargs)
|
||||
|
||||
where the text is always the part between {funcname(args) and
|
||||
{/funcname and the *args are taken from the appropriate part of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue