diff options
-rw-r--r-- | pathod/language/writer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pathod/language/writer.py b/pathod/language/writer.py index 22e32ce2..b8081989 100644 --- a/pathod/language/writer.py +++ b/pathod/language/writer.py @@ -22,8 +22,8 @@ def write_values(fp, vals, actions, sofar=0, blocksize=BLOCKSIZE): """ vals: A list of values, which may be strings or Value objects. - actions: A list of (offset, action, arg) tuples. Action may be "pause" - or "disconnect". + actions: A list of (offset, action, arg) tuples. Action may be "inject", + "pause" or "disconnect". Both vals and actions are in reverse order, with the first items last. |