summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/runner.py')
-rw-r--r--src/mailman/interfaces/runner.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/interfaces/runner.py b/src/mailman/interfaces/runner.py
index 39948592d..1dfe7e266 100644
--- a/src/mailman/interfaces/runner.py
+++ b/src/mailman/interfaces/runner.py
@@ -50,9 +50,9 @@ class IRunner(Interface):
def stop():
"""Stop the runner on the next iteration through the loop."""
-
- is_non_queue_runner = Attribute("""\
- A boolean variable to keep track of whether the runner is a queue runner or not.
+
+ is_queue_runner = Attribute("""\
+ A boolean variable describing whether the runner is a queue runner.
""")
queue_directory = Attribute(