diff options
Diffstat (limited to 'src/mailman/rules/docs/loop.rst')
| -rw-r--r-- | src/mailman/rules/docs/loop.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/docs/loop.rst b/src/mailman/rules/docs/loop.rst index 716029065..3b267f0ee 100644 --- a/src/mailman/rules/docs/loop.rst +++ b/src/mailman/rules/docs/loop.rst @@ -7,7 +7,7 @@ RFC 2369 ``List-Post:`` header with the value of the list's posting address. >>> mlist = create_list('_xtest@example.com') >>> rule = config.rules['loop'] - >>> print rule.name + >>> print(rule.name) loop The header could be missing, in which case the rule does not match. |
