diff options
Diffstat (limited to 'src/mailman/interfaces/styles.py')
| -rw-r--r-- | src/mailman/interfaces/styles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/styles.py b/src/mailman/interfaces/styles.py index 7043b703e..b9088e7dd 100644 --- a/src/mailman/interfaces/styles.py +++ b/src/mailman/interfaces/styles.py @@ -54,7 +54,7 @@ class IStyle(Interface): """ def match(mailing_list, styles): - """Give this list a chance to match the mailing list. + """Give this style a chance to match the mailing list. If the style's internal matching rules match the `mailing_list`, then the style may append itself to the `styles` list. This list will be |
