Revision: 3184
Author: janne.t.harkonen
Date: Wed May  5 05:31:22 2010
Log: cleanup
http://code.google.com/p/robotframework/source/detail?r=3184

Modified:
 /trunk/doc/userguide/src/CreatingTestData/Variables.txt

=======================================
--- /trunk/doc/userguide/src/CreatingTestData/Variables.txt Wed May 5 05:31:16 2010 +++ /trunk/doc/userguide/src/CreatingTestData/Variables.txt Wed May 5 05:31:22 2010
@@ -439,10 +439,10 @@
 not obligatory, but recommended, because it makes the assignment
 more explicit.

-If a keyword returns a list, it is also possible to set it into
+If a keyword returns an iterable, it is also possible to set it into
 several scalar variables or into a list variable. This is possible
 with keywords that return any Python or Java iterable (most common
-examples are lists and Java arrays).
+examples are lists/tuples in Python and arrays/ArrayLists in Java).

 .. table:: Assigning multiple values at once
    :class: example

Reply via email to