diff options
Diffstat (limited to 'src/mailman/app/workflow.py')
| -rw-r--r-- | src/mailman/app/workflow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/workflow.py b/src/mailman/app/workflow.py index 004b15c75..bba5bb694 100644 --- a/src/mailman/app/workflow.py +++ b/src/mailman/app/workflow.py @@ -75,7 +75,7 @@ class Workflow: # an issue in practice, since there's never more than a single step in # the queue anyway. If we want to support more than a single step in # the queue *and* want to support state saving/restoring, change this - # method and the restore_state() method. + # method and the restore() method. if len(self._next) == 0: step = None elif len(self._next) == 1: |
