summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Queue/CommandRunner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py
index 7d91cca67..5bc1599bc 100644
--- a/Mailman/Queue/CommandRunner.py
+++ b/Mailman/Queue/CommandRunner.py
@@ -150,8 +150,8 @@ To obtain instructions, send a message containing just the word "help".
resp.append(_('\n- Ignored:'))
resp.extend(indent(self.ignored))
resp.append(_('\n- Done.\n\n'))
- # Encode any unicode strings into the list characterset,
- # so we don't try to join unicode strings and invalid ASCII.
+ # Encode any unicode strings into the list charset, so we don't try to
+ # join unicode strings and invalid ASCII.
charset = Utils.GetCharSet(self.mlist.preferred_language)
encoded_resp = []
for item in resp: