summaryrefslogtreecommitdiff
path: root/src/mailman/runners/outgoing.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-06-01 17:09:32 -0400
committerBarry Warsaw2011-06-01 17:09:32 -0400
commitbf8b285acb8c2500e52ae2582f27513b9842de54 (patch)
tree53e30be0bb665d66a9350fe58d22697c4c0a860e /src/mailman/runners/outgoing.py
parent0f85fb344688e1982e9320e79b7fb38eefc1ac53 (diff)
downloadmailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.gz
mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.zst
mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.zip
Diffstat (limited to 'src/mailman/runners/outgoing.py')
-rw-r--r--src/mailman/runners/outgoing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/runners/outgoing.py b/src/mailman/runners/outgoing.py
index b1c71176b..f611ccf92 100644
--- a/src/mailman/runners/outgoing.py
+++ b/src/mailman/runners/outgoing.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
-"""Outgoing queue runner."""
+"""Outgoing runner."""
import socket
import logging
@@ -45,7 +45,7 @@ smtp_log = logging.getLogger('mailman.smtp')
class OutgoingRunner(Runner):
- """The outgoing queue runner."""
+ """The outgoing runner."""
def __init__(self, slice=None, numslices=1):
super(OutgoingRunner, self).__init__(slice, numslices)