removed stray j

This commit is contained in:
Brian Coca 2014-12-16 17:49:32 -05:00
parent 7a43d40050
commit 6a3c26eb70

View file

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