tweaked doc
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 26 Jan 2012 12:25:31 +0000 (13:25 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 26 Jan 2012 12:25:31 +0000 (13:25 +0100)
doc/functions/random.rst

index f3b8565..104493d 100644 (file)
@@ -7,11 +7,12 @@
 .. versionadded:: 1.6
     String and integer handling was added in Twig 1.6.
 
-The ``random`` function returns a random value depending on the supplied parameter type:
+The ``random`` function returns a random value depending on the supplied
+parameter type:
 
-* a random item from a Traversable or array
-* a random character from a string 
-* a random integer between 0 and the integer parameter (inclusive)
+* a random item from a sequence;
+* a random character from a string;
+* a random integer between 0 and the integer parameter (inclusive).
 
 .. code-block:: jinja