summaryrefslogtreecommitdiff
path: root/Mailman/Queue/Runner.py
diff options
context:
space:
mode:
authorbwarsaw2001-10-04 14:44:30 +0000
committerbwarsaw2001-10-04 14:44:30 +0000
commit7bb02b6b9aeb0d64ad5e90e87300f48c7ad758d7 (patch)
tree2c7a91e7eb541567873ca9ae8f8bd10b159c80dd /Mailman/Queue/Runner.py
parent51920fdb683fd5edb4684606ee695c4be2735b0b (diff)
downloadmailman-7bb02b6b9aeb0d64ad5e90e87300f48c7ad758d7.tar.gz
mailman-7bb02b6b9aeb0d64ad5e90e87300f48c7ad758d7.tar.zst
mailman-7bb02b6b9aeb0d64ad5e90e87300f48c7ad758d7.zip
Diffstat (limited to 'Mailman/Queue/Runner.py')
-rw-r--r--Mailman/Queue/Runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py
index 2efb539a8..ac79e7f1b 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -165,7 +165,7 @@ class Runner:
def _open_list(self, listname):
# Cache the opening of the list object given its name. The probably
# is only a moderate win because when a list is locked, all its
- # attributes are re-read from the config.db file. This may help more
+ # attributes are re-read from the config.pck file. This may help more
# when there's a real backing database.
if self._cachelists:
mlist = self._listcache.get(listname)