removed stray j
This commit is contained in:
parent
7a43d40050
commit
6a3c26eb70
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ To get a random list from an existing list::
|
|||
{{ ['a','b','c']|shuffle }} => ['b','c','a']
|
||||
|
||||
note that when used with a non 'listable' item it is a noop, otherwise it always returns a list
|
||||
j
|
||||
|
||||
|
||||
.. _math_stuff:
|
||||
|
||||
|
|
Loading…
Reference in a new issue