aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rules/encryption.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/rules/encryption.py')
-rw-r--r--src/mailman_pgp/rules/encryption.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman_pgp/rules/encryption.py b/src/mailman_pgp/rules/encryption.py
index cabd62c..8e4840d 100644
--- a/src/mailman_pgp/rules/encryption.py
+++ b/src/mailman_pgp/rules/encryption.py
@@ -30,8 +30,8 @@ class Encryption:
name = 'encryption'
description = _(
- """A rule which jumps to the moderation chain,
- when the incoming runner instructs it to.""")
+ "A rule which jumps to the moderation chain, "
+ "when the incoming runner instructs it to.")
record = True
def check(self, mlist, msg, msgdata):