From ae553ef472d63e6b05d87f1ad28c604e0fb67347 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Sat, 4 Jun 2016 15:00:31 +0530 Subject: Fix Docstring: "inject" can be an action too --- pathod/language/writer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pathod/language/writer.py') 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. -- cgit v1.2.3