diff options
Diffstat (limited to 'src/mailman/runners/outgoing.py')
| -rw-r--r-- | src/mailman/runners/outgoing.py | 4 |
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) |
