From 7bb02b6b9aeb0d64ad5e90e87300f48c7ad758d7 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 4 Oct 2001 14:44:30 +0000 Subject: Update a comment. --- Mailman/Queue/Runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1