Fix Docstring: "inject" can be an action too

This commit is contained in:
Shadab Zafar 2016-06-04 15:00:31 +05:30
parent 42930407ae
commit ae553ef472

View File

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