diff options
Diffstat (limited to 'Mailman/Queue/Runner.py')
| -rw-r--r-- | Mailman/Queue/Runner.py | 2 |
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) |
