summaryrefslogtreecommitdiff
path: root/src/mailman/runners/digest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/digest.py')
-rw-r--r--src/mailman/runners/digest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/digest.py b/src/mailman/runners/digest.py
index 16a97eb73..bbef1f33f 100644
--- a/src/mailman/runners/digest.py
+++ b/src/mailman/runners/digest.py
@@ -230,7 +230,7 @@ class RFC1153Digester(Digester):
return Message()
def _make_digest_part(self):
- """Not actually used here but referenced in super().__init__()."""
+ # Not actually used here but referenced in super().__init__().
return self._message
def add_toc(self, count):