diff options
| author | Aurélien Bompard | 2016-02-29 11:59:53 +0100 |
|---|---|---|
| committer | Barry Warsaw | 2016-02-29 21:52:13 -0500 |
| commit | ef9cdf45000b1172c3973b329ebe7ed32d604fb1 (patch) | |
| tree | e44b8848fe306eb295a2d0ed599c553aa793c4f6 /src/mailman/model/mailinglist.py | |
| parent | 567aab277deaba88329aa25a0d1f2a8959522071 (diff) | |
| download | mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.tar.gz mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.tar.zst mailman-ef9cdf45000b1172c3973b329ebe7ed32d604fb1.zip | |
Diffstat (limited to 'src/mailman/model/mailinglist.py')
| -rw-r--r-- | src/mailman/model/mailinglist.py | 9 |
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 |
