diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index ffda321512..c3ed7e5a1c 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1403,6 +1403,11 @@ join Joins a list with a string, like Python's ``str.join(list)``. +last +~~~~ + +Returns the last item in a list. + length ~~~~~~ |
