diff options
| author | Barry Warsaw | 2011-06-01 17:09:32 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2011-06-01 17:09:32 -0400 |
| commit | bf8b285acb8c2500e52ae2582f27513b9842de54 (patch) | |
| tree | 53e30be0bb665d66a9350fe58d22697c4c0a860e /src/mailman/runners/digest.py | |
| parent | 0f85fb344688e1982e9320e79b7fb38eefc1ac53 (diff) | |
| download | mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.gz mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.zst mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.zip | |
Diffstat (limited to 'src/mailman/runners/digest.py')
| -rw-r--r-- | src/mailman/runners/digest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/runners/digest.py b/src/mailman/runners/digest.py index 59ce1da3d..9745100cb 100644 --- a/src/mailman/runners/digest.py +++ b/src/mailman/runners/digest.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/>. -"""Digest queue runner.""" +"""Digest runner.""" from __future__ import absolute_import, unicode_literals @@ -291,7 +291,7 @@ class RFC1153Digester(Digester): class DigestRunner(Runner): - """The digest queue runner.""" + """The digest runner.""" def _dispose(self, mlist, msg, msgdata): """See `IRunner`.""" |
