diff options
-rw-r--r-- | pym/_emerge/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 33d7ea075..eefa68921 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -1526,7 +1526,7 @@ class CompositeTask(AsynchronousTask): class TaskSequence(CompositeTask): """ A collection of tasks that executes sequentially. Each task - must have a _set_returncode() method that can be wrapped as + must have a addExitListener() method that can be used as a means to trigger movement from one task to the next. """ |