diff options
Diffstat (limited to '')
| -rw-r--r-- | mailman/queue/docs/runner.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/queue/docs/runner.txt b/mailman/queue/docs/runner.txt index e95e20ecd..a9e17370b 100644 --- a/mailman/queue/docs/runner.txt +++ b/mailman/queue/docs/runner.txt @@ -34,7 +34,7 @@ This is about as simple as a qrunner can be. ... self.msgdata = msgdata ... return False ... - ... def _doperiodic(self): + ... def _do_periodic(self): ... self.stop() ... ... def _snooze(self, filecnt): |
