summaryrefslogtreecommitdiff
path: root/src/mailman/model/mailinglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/model/mailinglist.py')
-rw-r--r--src/mailman/model/mailinglist.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mailman/model/mailinglist.py b/src/mailman/model/mailinglist.py
index 601163b1b..b5c83ff29 100644
--- a/src/mailman/model/mailinglist.py
+++ b/src/mailman/model/mailinglist.py
@@ -695,12 +695,11 @@ class HeaderMatch(Model):
@implementer(IHeaderMatchList)
class HeaderMatchList:
- """See `IHeaderMatchList`.
+ """See `IHeaderMatchList`."""
- All write operations must mark the mailing list's header_matches collection
- as expired:
- http://docs.sqlalchemy.org/en/latest/orm/session_state_management.html#refreshing-expiring
- """
+ # All write operations must mark the mailing list's header_matches
+ # collection as expired:
+ # http://docs.sqlalchemy.org/en/latest/orm/session_state_management.html#refreshing-expiring
def __init__(self, mailing_list):
self._mailing_list = mailing_list