Clarified some inlinefunc docs.

This commit is contained in:
Griatch 2015-10-20 23:49:48 +02:00
parent 3188f89e47
commit 23bfa1f84e
2 changed files with 16 additions and 7 deletions

View file

@ -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